#CCCCE1

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

Shades of Lavender Grey #CCCCE1

Tints of Lavender Grey #CCCCE1

Color information

#CCCCE1 (or 0xCCCCE1) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and E1. RGB value is (204,204,225). Sum of RGB (Red+Green+Blue) = 204+204+225=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCE1 is #33331E. Grayscale: #CECECE. Windows color (decimal): -3355423 or 14798028. OLE color: 14798028.

HSL color Cylindrical-coordinate representation of color #CCCCE1: hue angle of 240º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCCE1 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204204225-
CMYK0.090.0900.12
HSL240º25.93%84.12%-
HSV(B)240º9.33%88.24%-
XYZ60.0961.4679.93-
YUV206.39138.5126.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=32.23%
G=32.23%
B=35.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042042250.090.0900.1224025.9384.12
HexCCCCE1990Cf01a54
Octal314314341111101436032124
Binary110011001100110011100001100110010110011110000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCE1; }

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

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

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

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

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

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

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

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