Html Css Color HEX #CBC8E8 Lavender Blue

📋 copy color: '#CBC8E8'

red 203 ◦ green 200 ◦ blue 232

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

Shades of Lavender Blue #CBC8E8

Tints of Lavender Blue #CBC8E8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.5%

 BLUE value IS 232 (91.02% from 255) = 36.54%

R = 31.97%
G = 31.5%
B = 36.54%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBC8E8 (or 0xCBC8E8) is known color: Lavender Blue. HEX triplet: CB, C8 and E8. RGB value is (203,200,232). Sum of RGB (Red+Green+Blue) = 203+200+232=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8E8 is #343717. Grayscale: #CCCCCC. Windows color (decimal): -3421976 or 15255755. OLE color: 15255755.

HSL color Cylindrical-coordinate representation of color #CBC8E8: hue angle of 245.62º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC8E8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 200 232 -
CMYK 0.12 0.14 0 0.09
HSL 245.63º 0.41% 0.85% -
HSV(B) 245.63º 0.14% 0.91% -
XYZ 59.85 59.83 84.74 -
YUV 204.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 203 200 232 0.12 0.14 0 0.09 245.63 0.41 0.85
Hex CB C8 E8 C E 0 9 F6 29 55
Octal 313 310 350 14 16 0 11 366 51 125
Binary 11001011 11001000 11101000 1100 1110 0 1001 11110110 101001 1010101

Color Harmonies of #CBC8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC8E8

Black with #CBC8E8

Text Example


Text Example

White with #CBC8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC8E8; }

 p { color: rgb(203,200,232); }

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

background-color css

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

 a { background-color: rgb(203,200,232); }

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

border-color css

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

 span { border-color: rgb(203,200,232); }

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