#CFCEF7

Color #CFCEF7 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CFCEF7

Tints of Lavender Blue #CFCEF7

Color information

#CFCEF7 (or 0xCFCEF7) is unknown color: approx Lavender Blue. HEX triplet: CF, CE and F7. RGB value is (207,206,247). Sum of RGB (Red+Green+Blue) = 207+206+247=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFCEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF7 is #303108. Grayscale: #D2D2D2. Windows color (decimal): -3158281 or 16240335. OLE color: 16240335.

HSL color Cylindrical-coordinate representation of color #CFCEF7: hue angle of 241.46º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCEF7 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207206247-
CMYK0.160.1700.03
HSL241.46º71.93%88.82%-
HSV(B)241.46º16.6%96.86%-
XYZ64.5964.1296.97-
YUV210.97148.33125.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=31.36%
G=31.21%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072062470.160.1700.03241.4671.9388.82
HexCFCEF7101103f14859
Octal317316367202103361110131
Binary11001111110011101111011110000100010111111000110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEF7; }

 p { color: rgb(207,206,247); }

 H1.HeaderClassName
 {
   color: #CFCEF7;
 }
 .AnyTagClassName
 {
   color: #CFCEF7;
 }
</style>
background-color css

<style>
 a { background-color: #CFCEF7; }

 a { background-color: rgb(207,206,247); }

 div.DivClassName
 {
   background-color: #CFCEF7;
 }
 .BgClassName
 {
   background-color: #CFCEF7;
 }
</style>
border-color css

<style>
 span { border-color: #CFCEF7; }

 span { border-color: rgb(207,206,247); }

 td.TdClassName
 {
   border-color: #CFCEF7;
 }
 .TagClassName
 {
   border-color: #CFCEF7;
 }
</style>