Html Css Color HEX #CBCCEB Lavender Blue

📋 copy color: '#CBCCEB'

red 203 ◦ green 204 ◦ blue 235

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

Shades of Lavender Blue #CBCCEB

Tints of Lavender Blue #CBCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.78%

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

R = 31.62%
G = 31.78%
B = 36.6%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBCCEB (or 0xCBCCEB) is known color: Lavender Blue. HEX triplet: CB, CC and EB. RGB value is (203,204,235). Sum of RGB (Red+Green+Blue) = 203+204+235=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCEB is #343314. Grayscale: #CFCFCF. Windows color (decimal): -3420949 or 15453387. OLE color: 15453387.

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

Color convert

RGB 203 204 235 -
CMYK 0.14 0.13 0 0.08
HSL 238.13º 0.44% 0.86% -
HSV(B) 238.13º 0.14% 0.92% -
XYZ 61.22 61.88 87.31 -
YUV 207.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 203 204 235 0.14 0.13 0 0.08 238.13 0.44 0.86
Hex CB CC EB E D 0 8 EE 2C 56
Octal 313 314 353 16 15 0 10 356 54 126
Binary 11001011 11001100 11101011 1110 1101 0 1000 11101110 101100 1010110

Color Harmonies of #CBCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCEB

Black with #CBCCEB

Text Example


Text Example

White with #CBCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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