Html Css Color HEX #CCCCE1 Lavender Grey

📋 copy color: '#CCCCE1'

red 204 ◦ green 204 ◦ blue 225

#CCCCE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #CCCCE1

Tints of Lavender Grey #CCCCE1

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 value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCCCE1 (or 0xCCCCE1) is known color: 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

RGB 204 204 225 -
CMYK 0.09 0.09 0 0.12
HSL 240º 0.26% 0.84% -
HSV(B) 240º 0.09% 0.88% -
XYZ 60.09 61.46 79.93 -
YUV 206.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 204 204 225 0.09 0.09 0 0.12 240 0.26 0.84
Hex CC CC E1 9 9 0 C F0 1A 54
Octal 314 314 341 11 11 0 14 360 32 124
Binary 11001100 11001100 11100001 1001 1001 0 1100 11110000 11010 1010100

Color Harmonies of #CCCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCE1

Black with #CCCCE1

Text Example


Text Example

White with #CCCCE1

Text Example


Text Example

HTML Codes & Css Web 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>