#CCCBEC

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

Shades of Lavender Blue #CCCBEC

Tints of Lavender Blue #CCCBEC

Color information

#CCCBEC (or 0xCCCBEC) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and EC. RGB value is (204,203,236). Sum of RGB (Red+Green+Blue) = 204+203+236=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 203 (79.69% from 255 or 31.57% 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 #CCCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBEC is #333413. Grayscale: #CECECE. Windows color (decimal): -3355668 or 15518668. OLE color: 15518668.

HSL color Cylindrical-coordinate representation of color #CCCBEC: hue angle of 241.82º 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 #CCCBEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204203236-
CMYK0.140.1400.07
HSL241.82º46.48%86.08%-
HSV(B)241.82º13.98%92.55%-
XYZ61.461.6188.01-
YUV207.06144.33125.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=31.73%
G=31.57%
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
Decimal2042032360.140.1400.07241.8246.4886.08
HexCCCBECEE07f22e56
Octal31431335416160736256126
Binary110011001100101111101100111011100111111100101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBEC; }

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

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

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

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

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

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

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

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