Html Css Color HEX #CBC9EC Lavender Blue

📋 copy color: '#CBC9EC'

red 203 ◦ green 201 ◦ blue 236

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

Shades of Lavender Blue #CBC9EC

Tints of Lavender Blue #CBC9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 31.72%
G = 31.41%
B = 36.88%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBC9EC (or 0xCBC9EC) is known color: Lavender Blue. HEX triplet: CB, C9 and EC. RGB value is (203,201,236). Sum of RGB (Red+Green+Blue) = 203+201+236=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9EC is #343613. Grayscale: #CDCDCD. Windows color (decimal): -3421716 or 15518155. OLE color: 15518155.

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

Color convert

RGB 203 201 236 -
CMYK 0.14 0.15 0 0.07
HSL 243.43º 0.48% 0.86% -
HSV(B) 243.43º 0.15% 0.93% -
XYZ 60.66 60.53 87.84 -
YUV 205.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 203 201 236 0.14 0.15 0 0.07 243.43 0.48 0.86
Hex CB C9 EC E F 0 7 F3 30 56
Octal 313 311 354 16 17 0 7 363 60 126
Binary 11001011 11001001 11101100 1110 1111 0 111 11110011 110000 1010110

Color Harmonies of #CBC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9EC

Black with #CBC9EC

Text Example


Text Example

White with #CBC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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