#CFCCFE

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

Shades of Lavender Blue #CFCCFE

Tints of Lavender Blue #CFCCFE

Color information

#CFCCFE (or 0xCFCCFE) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and FE. RGB value is (207,204,254). Sum of RGB (Red+Green+Blue) = 207+204+254=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCFE is #303301. Grayscale: #D2D2D2. Windows color (decimal): -3158786 or 16698575. OLE color: 16698575.

HSL color Cylindrical-coordinate representation of color #CFCCFE: hue angle of 243.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCCFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207204254-
CMYK0.190.2000.00
HSL243.6º96.15%89.8%-
HSV(B)243.6º19.69%99.61%-
XYZ65.2163.61102.61-
YUV210.6152.49125.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=31.13%
G=30.68%
B=38.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072042540.190.2000.00243.696.1589.8
HexCFCCFE131400f4605a
Octal317314376232400364140132
Binary1100111111001100111111101001110100001111010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCFE; }

 p { color: rgb(207,204,254); }

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

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

 a { background-color: rgb(207,204,254); }

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

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

 span { border-color: rgb(207,204,254); }

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