Html Css Color HEX #CCCCE0 Lavender Grey

📋 copy color: '#CCCCE0'

red 204 ◦ green 204 ◦ blue 224

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

Shades of Lavender Grey #CCCCE0

Tints of Lavender Grey #CCCCE0

RGB

 RED value IS 204 (80.08% from 255) = 32.28%

 GREEN value IS 204 (80.08% from 255) = 32.28%

 BLUE value IS 224 (87.89% from 255) = 35.44%

R = 32.28%
G = 32.28%
B = 35.44%

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

#CCCCE0 (or 0xCCCCE0) is known color: Lavender Grey. HEX triplet: CC, CC and E0. RGB value is (204,204,224). Sum of RGB (Red+Green+Blue) = 204+204+224=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCE0 is #33331F. Grayscale: #CECECE. Windows color (decimal): -3355424 or 14732492. OLE color: 14732492.

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

Color convert

RGB 204 204 224 -
CMYK 0.09 0.09 0 0.12
HSL 240º 0.24% 0.84% -
HSV(B) 240º 0.09% 0.88% -
XYZ 59.95 61.4 79.21 -
YUV 206.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 204 204 224 0.09 0.09 0 0.12 240 0.24 0.84
Hex CC CC E0 9 9 0 C F0 18 54
Octal 314 314 340 11 11 0 14 360 30 124
Binary 11001100 11001100 11100000 1001 1001 0 1100 11110000 11000 1010100

Color Harmonies of #CCCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCE0

Black with #CCCCE0

Text Example


Text Example

White with #CCCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCE0; }

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

 H1.HeaderClassName
 {
   color: #CCCCE0;
 }
 .AnyTagClassName
 {
   color: #CCCCE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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