Html Css Color HEX #CBC9EA Lavender Blue

📋 copy color: '#CBC9EA'

red 203 ◦ green 201 ◦ blue 234

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

Shades of Lavender Blue #CBC9EA

Tints of Lavender Blue #CBC9EA

RGB

 RED value IS 203 (79.69% from 255) = 31.82%

 GREEN value IS 201 (78.91% from 255) = 31.5%

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 31.82%
G = 31.5%
B = 36.68%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC9EA (or 0xCBC9EA) is known color: Lavender Blue. HEX triplet: CB, C9 and EA. RGB value is (203,201,234). Sum of RGB (Red+Green+Blue) = 203+201+234=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9EA is #343615. Grayscale: #CDCDCD. Windows color (decimal): -3421718 or 15387083. OLE color: 15387083.

HSL color Cylindrical-coordinate representation of color #CBC9EA: hue angle of 243.64º degrees, saturation: 0.44, 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 #CBC9EA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 201 234 -
CMYK 0.13 0.14 0 0.08
HSL 243.64º 0.44% 0.85% -
HSV(B) 243.64º 0.14% 0.92% -
XYZ 60.37 60.41 86.32 -
YUV 205.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 203 201 234 0.13 0.14 0 0.08 243.64 0.44 0.85
Hex CB C9 EA D E 0 8 F4 2C 55
Octal 313 311 352 15 16 0 10 364 54 125
Binary 11001011 11001001 11101010 1101 1110 0 1000 11110100 101100 1010101

Color Harmonies of #CBC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9EA

Black with #CBC9EA

Text Example


Text Example

White with #CBC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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