#CCCAE9

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

Shades of Lavender Blue #CCCAE9

Tints of Lavender Blue #CCCAE9

Color information

#CCCAE9 (or 0xCCCAE9) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and E9. RGB value is (204,202,233). Sum of RGB (Red+Green+Blue) = 204+202+233=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAE9 is #333516. Grayscale: #CECECE. Windows color (decimal): -3355927 or 15321804. OLE color: 15321804.

HSL color Cylindrical-coordinate representation of color #CCCAE9: hue angle of 243.87º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCAE9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204202233-
CMYK0.120.1300.09
HSL243.87º41.33%85.29%-
HSV(B)243.87º13.3%91.37%-
XYZ60.7360.9685.66-
YUV206.13143.16126.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=31.92%
G=31.61%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042022330.120.1300.09243.8741.3385.29
HexCCCAE9CD09f42955
Octal314312351141501136451125
Binary1100110011001010111010011100110101001111101001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE9; }

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

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

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

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

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

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

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

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