Html Css Color HEX #C9CAEC Lavender Blue

📋 copy color: '#C9CAEC'

red 201 ◦ green 202 ◦ blue 236

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

Shades of Lavender Blue #C9CAEC

Tints of Lavender Blue #C9CAEC

RGB

 RED value IS 201 (78.91% from 255) = 31.46%

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

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

R = 31.46%
G = 31.61%
B = 36.93%

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

#C9CAEC (or 0xC9CAEC) is known color: Lavender Blue. HEX triplet: C9, CA and EC. RGB value is (201,202,236). Sum of RGB (Red+Green+Blue) = 201+202+236=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAEC is #363513. Grayscale: #CDCDCD. Windows color (decimal): -3552532 or 15518409. OLE color: 15518409.

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

Color convert

RGB 201 202 236 -
CMYK 0.15 0.14 0 0.07
HSL 238.29º 0.48% 0.86% -
HSV(B) 238.29º 0.15% 0.93% -
XYZ 60.35 60.71 87.9 -
YUV 205.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 201 202 236 0.15 0.14 0 0.07 238.29 0.48 0.86
Hex C9 CA EC F E 0 7 EE 30 56
Octal 311 312 354 17 16 0 7 356 60 126
Binary 11001001 11001010 11101100 1111 1110 0 111 11101110 110000 1010110

Color Harmonies of #C9CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAEC

Black with #C9CAEC

Text Example


Text Example

White with #C9CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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