#C8CCFC

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

Shades of Lavender Blue #C8CCFC

Tints of Lavender Blue #C8CCFC

Color information

#C8CCFC (or 0xC8CCFC) is unknown color: approx Lavender Blue. HEX triplet: C8, CC and FC. RGB value is (200,204,252). Sum of RGB (Red+Green+Blue) = 200+204+252=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCFC is #373303. Grayscale: #D0D0D0. Windows color (decimal): -3617540 or 16567496. OLE color: 16567496.

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

Color convert

RGB200204252-
CMYK0.210.1900.01
HSL235.38º89.66%88.63%-
HSV(B)235.38º20.63%98.82%-
XYZ62.9862.49100.84-
YUV208.28152.67122.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=30.49%
G=31.10%
B=38.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002042520.210.1900.01235.3889.6688.63
HexC8CCFC151301eb5a59
Octal310314374252301353132131
Binary1100100011001100111111001010110011011110101110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCFC; }

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

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

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

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

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

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

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

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