#CFCEFE

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

Shades of Lavender Blue #CFCEFE

Tints of Lavender Blue #CFCEFE

Color information

#CFCEFE (or 0xCFCEFE) is unknown color: approx Lavender Blue. HEX triplet: CF, CE and FE. RGB value is (207,206,254). Sum of RGB (Red+Green+Blue) = 207+206+254=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEFE is #303101. Grayscale: #D3D3D3. Windows color (decimal): -3158274 or 16699087. OLE color: 16699087.

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

Color convert

RGB207206254-
CMYK0.190.1900.00
HSL241.25º96%90.2%-
HSV(B)241.25º18.9%99.61%-
XYZ65.6964.56102.77-
YUV211.77151.83124.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=31.03%
G=30.88%
B=38.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072062540.190.1900.00241.259690.2
HexCFCEFE131300f1605a
Octal317316376232300361140132
Binary1100111111001110111111101001110011001111000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEFE; }

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

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

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

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

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

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

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

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