Html Css Color HEX #C8CCFC Lavender Blue

📋 copy color: '#C8CCFC'

red 200 ◦ green 204 ◦ blue 252

#C8CCFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C8CCFC

Tints of Lavender Blue #C8CCFC

RGB

 RED value IS 200 (78.52% from 255) = 30.49%

 GREEN value IS 204 (80.08% from 255) = 31.1%

 BLUE value IS 252 (98.83% from 255) = 38.41%

R = 30.49%
G = 31.1%
B = 38.41%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8CCFC (or 0xC8CCFC) is known color: 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

RGB 200 204 252 -
CMYK 0.21 0.19 0 0.01
HSL 235.38º 0.9% 0.89% -
HSV(B) 235.38º 0.21% 0.99% -
XYZ 62.98 62.49 100.84 -
YUV 208.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 200 204 252 0.21 0.19 0 0.01 235.38 0.9 0.89
Hex C8 CC FC 15 13 0 1 EB 5A 59
Octal 310 314 374 25 23 0 1 353 132 131
Binary 11001000 11001100 11111100 10101 10011 0 1 11101011 1011010 1011001

Color Harmonies of #C8CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCFC

Black with #C8CCFC

Text Example


Text Example

White with #C8CCFC

Text Example


Text Example

HTML Codes & Css Web 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>