Html Css Color HEX #CCCCD5 Lavender Grey

📋 copy color: '#CCCCD5'

red 204 ◦ green 204 ◦ blue 213

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

Shades of Lavender Grey #CCCCD5

Tints of Lavender Grey #CCCCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 32.85%
G = 32.85%
B = 34.3%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCCD5 (or 0xCCCCD5) is known color: Lavender Grey. HEX triplet: CC, CC and D5. RGB value is (204,204,213). Sum of RGB (Red+Green+Blue) = 204+204+213=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD5 is #33332A. Grayscale: #CCCCCC. Windows color (decimal): -3355435 or 14011596. OLE color: 14011596.

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

Color convert

RGB 204 204 213 -
CMYK 0.04 0.04 0 0.16
HSL 240º 0.1% 0.82% -
HSV(B) 240º 0.04% 0.84% -
XYZ 58.5 60.83 71.61 -
YUV 205.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 204 204 213 0.04 0.04 0 0.16 240 0.1 0.82
Hex CC CC D5 4 4 0 10 F0 A 52
Octal 314 314 325 4 4 0 20 360 12 122
Binary 11001100 11001100 11010101 100 100 0 10000 11110000 1010 1010010

Color Harmonies of #CCCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCD5

Black with #CCCCD5

Text Example


Text Example

White with #CCCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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