Html Css Color HEX #C9CADA Lavender Grey

📋 copy color: '#C9CADA'

red 201 ◦ green 202 ◦ blue 218

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

Shades of Lavender Grey #C9CADA

Tints of Lavender Grey #C9CADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 32.37%
G = 32.53%
B = 35.1%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9CADA (or 0xC9CADA) is known color: Lavender Grey. HEX triplet: C9, CA and DA. RGB value is (201,202,218). Sum of RGB (Red+Green+Blue) = 201+202+218=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CADA is #363525. Grayscale: #CBCBCB. Windows color (decimal): -3552550 or 14338761. OLE color: 14338761.

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

Color convert

RGB 201 202 218 -
CMYK 0.08 0.07 0 0.15
HSL 236.47º 0.19% 0.82% -
HSV(B) 236.47º 0.08% 0.85% -
XYZ 57.86 59.72 74.81 -
YUV 203.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 201 202 218 0.08 0.07 0 0.15 236.47 0.19 0.82
Hex C9 CA DA 8 7 0 F EC 13 52
Octal 311 312 332 10 7 0 17 354 23 122
Binary 11001001 11001010 11011010 1000 111 0 1111 11101100 10011 1010010

Color Harmonies of #C9CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CADA

Black with #C9CADA

Text Example


Text Example

White with #C9CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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