#CCCCED

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

Shades of Lavender Blue #CCCCED

Tints of Lavender Blue #CCCCED

Color information

#CCCCED (or 0xCCCCED) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and ED. RGB value is (204,204,237). Sum of RGB (Red+Green+Blue) = 204+204+237=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCED is #333312. Grayscale: #CFCFCF. Windows color (decimal): -3355411 or 15584460. OLE color: 15584460.

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

Color convert

RGB204204237-
CMYK0.140.1400.07
HSL240º47.83%86.47%-
HSV(B)240º13.92%92.94%-
XYZ61.7862.1488.86-
YUV207.76144.5125.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=31.63%
G=31.63%
B=36.74%

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
Decimal2042042370.140.1400.0724047.8386.47
HexCCCCEDEE07f03056
Octal31431435516160736060126
Binary110011001100110011101101111011100111111100001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCED; }

 p { color: rgb(204,204,237); }

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

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

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

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

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

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

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