Html Css Color HEX #C9CADC Lavender Grey

📋 copy color: '#C9CADC'

red 201 ◦ green 202 ◦ blue 220

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

Shades of Lavender Grey #C9CADC

Tints of Lavender Grey #C9CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 32.26%
G = 32.42%
B = 35.31%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9CADC (or 0xC9CADC) is known color: Lavender Grey. HEX triplet: C9, CA and DC. RGB value is (201,202,220). Sum of RGB (Red+Green+Blue) = 201+202+220=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CADC is #363523. Grayscale: #CBCBCB. Windows color (decimal): -3552548 or 14469833. OLE color: 14469833.

HSL color Cylindrical-coordinate representation of color #C9CADC: hue angle of 236.84º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CADC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 202 220 -
CMYK 0.09 0.08 0 0.14
HSL 236.84º 0.21% 0.83% -
HSV(B) 236.84º 0.09% 0.86% -
XYZ 58.13 59.83 76.19 -
YUV 203.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 201 202 220 0.09 0.08 0 0.14 236.84 0.21 0.83
Hex C9 CA DC 9 8 0 E ED 15 53
Octal 311 312 334 11 10 0 16 355 25 123
Binary 11001001 11001010 11011100 1001 1000 0 1110 11101101 10101 1010011

Color Harmonies of #C9CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CADC

Black with #C9CADC

Text Example


Text Example

White with #C9CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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