#CFCEFC

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

Shades of Lavender Blue #CFCEFC

Tints of Lavender Blue #CFCEFC

Color information

#CFCEFC (or 0xCFCEFC) is unknown color: approx Lavender Blue. HEX triplet: CF, CE and FC. RGB value is (207,206,252). Sum of RGB (Red+Green+Blue) = 207+206+252=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEFC is #303103. Grayscale: #D3D3D3. Windows color (decimal): -3158276 or 16568015. OLE color: 16568015.

HSL color Cylindrical-coordinate representation of color #CFCEFC: hue angle of 241.3º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFCEFC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207206252-
CMYK0.180.1800.01
HSL241.3º88.46%89.8%-
HSV(B)241.3º18.25%98.82%-
XYZ65.3764.44101.09-
YUV211.54150.83124.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=31.13%
G=30.98%
B=37.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072062520.180.1800.01241.388.4689.8
HexCFCEFC121201f1585a
Octal317316374222201361130132
Binary1100111111001110111111001001010010011111000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEFC; }

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

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

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

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

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

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

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

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