Html Css Color HEX #C9CBEF Lavender Blue

📋 copy color: '#C9CBEF'

red 201 ◦ green 203 ◦ blue 239

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

Shades of Lavender Blue #C9CBEF

Tints of Lavender Blue #C9CBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 31.26%
G = 31.57%
B = 37.17%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9CBEF (or 0xC9CBEF) is known color: Lavender Blue. HEX triplet: C9, CB and EF. RGB value is (201,203,239). Sum of RGB (Red+Green+Blue) = 201+203+239=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBEF is #363410. Grayscale: #CECECE. Windows color (decimal): -3552273 or 15715273. OLE color: 15715273.

HSL color Cylindrical-coordinate representation of color #C9CBEF: hue angle of 236.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CBEF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 203 239 -
CMYK 0.16 0.15 0 0.06
HSL 236.84º 0.54% 0.86% -
HSV(B) 236.84º 0.16% 0.94% -
XYZ 61.02 61.36 90.29 -
YUV 206.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 201 203 239 0.16 0.15 0 0.06 236.84 0.54 0.86
Hex C9 CB EF 10 F 0 6 ED 36 56
Octal 311 313 357 20 17 0 6 355 66 126
Binary 11001001 11001011 11101111 10000 1111 0 110 11101101 110110 1010110

Color Harmonies of #C9CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBEF

Black with #C9CBEF

Text Example


Text Example

White with #C9CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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