Html Css Color HEX #C9C5ED Lavender Blue

📋 copy color: '#C9C5ED'

red 201 ◦ green 197 ◦ blue 237

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

Shades of Lavender Blue #C9C5ED

Tints of Lavender Blue #C9C5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.02%

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 31.65%
G = 31.02%
B = 37.32%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9C5ED (or 0xC9C5ED) is known color: Lavender Blue. HEX triplet: C9, C5 and ED. RGB value is (201,197,237). Sum of RGB (Red+Green+Blue) = 201+197+237=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9C5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C5ED is #363A12. Grayscale: #CACACA. Windows color (decimal): -3553811 or 15582665. OLE color: 15582665.

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

Color convert

RGB 201 197 237 -
CMYK 0.15 0.17 0 0.07
HSL 246º 0.53% 0.85% -
HSV(B) 246º 0.17% 0.93% -
XYZ 59.34 58.46 88.28 -
YUV 202.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 201 197 237 0.15 0.17 0 0.07 246 0.53 0.85
Hex C9 C5 ED F 11 0 7 F6 35 55
Octal 311 305 355 17 21 0 7 366 65 125
Binary 11001001 11000101 11101101 1111 10001 0 111 11110110 110101 1010101

Color Harmonies of #C9C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C5ED

Black with #C9C5ED

Text Example


Text Example

White with #C9C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C5ED; }

 p { color: rgb(201,197,237); }

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

background-color css

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

 a { background-color: rgb(201,197,237); }

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

border-color css

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

 span { border-color: rgb(201,197,237); }

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