#CFCCFC

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

Shades of Lavender Blue #CFCCFC

Tints of Lavender Blue #CFCCFC

Color information

#CFCCFC (or 0xCFCCFC) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and FC. RGB value is (207,204,252). Sum of RGB (Red+Green+Blue) = 207+204+252=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCFC is #303303. Grayscale: #D2D2D2. Windows color (decimal): -3158788 or 16567503. OLE color: 16567503.

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

Color convert

RGB207204252-
CMYK0.180.1900.01
HSL243.75º88.89%89.41%-
HSV(B)243.75º19.05%98.82%-
XYZ64.963.48100.93-
YUV210.37151.49125.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.22%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=31.22%
G=30.77%
B=38.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072042520.180.1900.01243.7588.8989.41
HexCFCCFC121301f45959
Octal317314374222301364131131
Binary1100111111001100111111001001010011011111010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCFC; }

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

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

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

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

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

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

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

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