Html Css Color HEX #C8CAEC Lavender Blue

📋 copy color: '#C8CAEC'

red 200 ◦ green 202 ◦ blue 236

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

Shades of Lavender Blue #C8CAEC

Tints of Lavender Blue #C8CAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.66%

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 31.35%
G = 31.66%
B = 36.99%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8CAEC (or 0xC8CAEC) is known color: Lavender Blue. HEX triplet: C8, CA and EC. RGB value is (200,202,236). Sum of RGB (Red+Green+Blue) = 200+202+236=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAEC is #373513. Grayscale: #CDCDCD. Windows color (decimal): -3618068 or 15518408. OLE color: 15518408.

HSL color Cylindrical-coordinate representation of color #C8CAEC: hue angle of 236.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CAEC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 202 236 -
CMYK 0.15 0.14 0 0.07
HSL 236.67º 0.49% 0.85% -
HSV(B) 236.67º 0.15% 0.93% -
XYZ 60.08 60.58 87.88 -
YUV 205.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 200 202 236 0.15 0.14 0 0.07 236.67 0.49 0.85
Hex C8 CA EC F E 0 7 ED 31 55
Octal 310 312 354 17 16 0 7 355 61 125
Binary 11001000 11001010 11101100 1111 1110 0 111 11101101 110001 1010101

Color Harmonies of #C8CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAEC

Black with #C8CAEC

Text Example


Text Example

White with #C8CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAEC; }

 p { color: rgb(200,202,236); }

 H1.HeaderClassName
 {
   color: #C8CAEC;
 }
 .AnyTagClassName
 {
   color: #C8CAEC;
 }
</style>

background-color css

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

 a { background-color: rgb(200,202,236); }

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

border-color css

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

 span { border-color: rgb(200,202,236); }

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