#CCCAEB

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

Shades of Lavender Blue #CCCAEB

Tints of Lavender Blue #CCCAEB

Color information

#CCCAEB (or 0xCCCAEB) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and EB. RGB value is (204,202,235). Sum of RGB (Red+Green+Blue) = 204+202+235=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAEB is #333514. Grayscale: #CECECE. Windows color (decimal): -3355925 or 15452876. OLE color: 15452876.

HSL color Cylindrical-coordinate representation of color #CCCAEB: hue angle of 243.64º degrees, saturation: 0.45, 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 #CCCAEB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204202235-
CMYK0.130.1400.08
HSL243.64º45.21%85.69%-
HSV(B)243.64º14.04%92.16%-
XYZ61.0261.0887.17-
YUV206.36144.16126.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=31.83%
G=31.51%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042022350.130.1400.08243.6445.2185.69
HexCCCAEBDE08f42d56
Octal314312353151601036455126
Binary1100110011001010111010111101111001000111101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAEB; }

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

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

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

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

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

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

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

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