#CBCCEC

Color #CBCCEC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CBCCEC

Tints of Lavender Blue #CBCCEC

Color information

#CBCCEC (or 0xCBCCEC) is unknown color: approx Lavender Blue. HEX triplet: CB, CC and EC. RGB value is (203,204,236). Sum of RGB (Red+Green+Blue) = 203+204+236=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCEC is #343313. Grayscale: #CFCFCF. Windows color (decimal): -3420948 or 15518923. OLE color: 15518923.

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

Color convert

RGB203204236-
CMYK0.140.1400.07
HSL238.18º46.48%86.08%-
HSV(B)238.18º13.98%92.55%-
XYZ61.3661.9488.08-
YUV207.35144.17124.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=31.57%
G=31.73%
B=36.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032042360.140.1400.07238.1846.4886.08
HexCBCCECEE07ee2e56
Octal31331435416160735656126
Binary110010111100110011101100111011100111111011101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCEC; }

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

 H1.HeaderClassName
 {
   color: #CBCCEC;
 }
 .AnyTagClassName
 {
   color: #CBCCEC;
 }
</style>
background-color css

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

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

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

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

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

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