#CCCBEA

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

Shades of Lavender Blue #CCCBEA

Tints of Lavender Blue #CCCBEA

Color information

#CCCBEA (or 0xCCCBEA) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and EA. RGB value is (204,203,234). Sum of RGB (Red+Green+Blue) = 204+203+234=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBEA is #333415. Grayscale: #CECECE. Windows color (decimal): -3355670 or 15387596. OLE color: 15387596.

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

Color convert

RGB204203234-
CMYK0.130.1300.08
HSL241.94º42.47%85.69%-
HSV(B)241.94º13.25%91.76%-
XYZ61.1161.4986.49-
YUV206.83143.33125.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=31.83%
G=31.67%
B=36.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042032340.130.1300.08241.9442.4785.69
HexCCCBEADD08f22a56
Octal314313352151501036252126
Binary1100110011001011111010101101110101000111100101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBEA; }

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

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

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

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

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

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

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

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