#CFCFFC

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

Shades of Lavender Blue #CFCFFC

Tints of Lavender Blue #CFCFFC

Color information

#CFCFFC (or 0xCFCFFC) is unknown color: approx Lavender Blue. HEX triplet: CF, CF and FC. RGB value is (207,207,252). Sum of RGB (Red+Green+Blue) = 207+207+252=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFCFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFFC is #303003. Grayscale: #D3D3D3. Windows color (decimal): -3158020 or 16568271. OLE color: 16568271.

HSL color Cylindrical-coordinate representation of color #CFCFFC: hue angle of 240º 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 #CFCFFC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207207252-
CMYK0.180.1800.01
HSL240º88.24%90%-
HSV(B)240º17.86%98.82%-
XYZ65.6264.92101.17-
YUV212.13150.5124.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=31.08%
G=31.08%
B=37.84%

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
Decimal2072072520.180.1800.0124088.2490
HexCFCFFC121201f0585a
Octal317317374222201360130132
Binary1100111111001111111111001001010010011111000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFFC; }

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

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

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

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

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

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

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

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