#CCCAEF

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

Shades of Lavender Blue #CCCAEF

Tints of Lavender Blue #CCCAEF

Color information

#CCCAEF (or 0xCCCAEF) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and EF. RGB value is (204,202,239). Sum of RGB (Red+Green+Blue) = 204+202+239=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCCAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAEF is #333510. Grayscale: #CECECE. Windows color (decimal): -3355921 or 15715020. OLE color: 15715020.

HSL color Cylindrical-coordinate representation of color #CCCAEF: hue angle of 243.24º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCAEF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204202239-
CMYK0.150.1500.06
HSL243.24º53.62%86.47%-
HSV(B)243.24º15.48%93.73%-
XYZ61.661.3190.25-
YUV206.82146.16125.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=31.63%
G=31.32%
B=37.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042022390.150.1500.06243.2453.6286.47
HexCCCAEFFF06f33656
Octal31431235717170636366126
Binary110011001100101011101111111111110110111100111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAEF; }

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

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

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

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

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

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

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

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