Html Css Color HEX #C9C6EB Lavender Blue

📋 copy color: '#C9C6EB'

red 201 ◦ green 198 ◦ blue 235

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

Shades of Lavender Blue #C9C6EB

Tints of Lavender Blue #C9C6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 31.7%
G = 31.23%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9C6EB (or 0xC9C6EB) is known color: Lavender Blue. HEX triplet: C9, C6 and EB. RGB value is (201,198,235). Sum of RGB (Red+Green+Blue) = 201+198+235=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C6EB is #363914. Grayscale: #CACACA. Windows color (decimal): -3553557 or 15451849. OLE color: 15451849.

HSL color Cylindrical-coordinate representation of color #C9C6EB: hue angle of 244.86º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9C6EB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 198 235 -
CMYK 0.14 0.16 0 0.08
HSL 244.86º 0.48% 0.85% -
HSV(B) 244.86º 0.16% 0.92% -
XYZ 59.28 58.8 86.82 -
YUV 203.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 201 198 235 0.14 0.16 0 0.08 244.86 0.48 0.85
Hex C9 C6 EB E 10 0 8 F5 30 55
Octal 311 306 353 16 20 0 10 365 60 125
Binary 11001001 11000110 11101011 1110 10000 0 1000 11110101 110000 1010101

Color Harmonies of #C9C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6EB

Black with #C9C6EB

Text Example


Text Example

White with #C9C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6EB; }

 p { color: rgb(201,198,235); }

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

background-color css

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

 a { background-color: rgb(201,198,235); }

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

border-color css

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

 span { border-color: rgb(201,198,235); }

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