Html Css Color HEX #C9CBEB Lavender Blue

📋 copy color: '#C9CBEB'

red 201 ◦ green 203 ◦ blue 235

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

Shades of Lavender Blue #C9CBEB

Tints of Lavender Blue #C9CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.77%

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

R = 31.46%
G = 31.77%
B = 36.78%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9CBEB (or 0xC9CBEB) is known color: Lavender Blue. HEX triplet: C9, CB and EB. RGB value is (201,203,235). Sum of RGB (Red+Green+Blue) = 201+203+235=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBEB is #363414. Grayscale: #CDCDCD. Windows color (decimal): -3552277 or 15453129. OLE color: 15453129.

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

Color convert

RGB 201 203 235 -
CMYK 0.14 0.14 0 0.08
HSL 236.47º 0.46% 0.85% -
HSV(B) 236.47º 0.14% 0.92% -
XYZ 60.44 61.13 87.21 -
YUV 206.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 201 203 235 0.14 0.14 0 0.08 236.47 0.46 0.85
Hex C9 CB EB E E 0 8 EC 2E 55
Octal 311 313 353 16 16 0 10 354 56 125
Binary 11001001 11001011 11101011 1110 1110 0 1000 11101100 101110 1010101

Color Harmonies of #C9CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBEB

Black with #C9CBEB

Text Example


Text Example

White with #C9CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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