Html Css Color HEX #DDCDCC Light Grey

📋 copy color: '#DDCDCC'

red 221 ◦ green 205 ◦ blue 204

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

Shades of Light Grey #DDCDCC

Tints of Light Grey #DDCDCC

RGB

 RED value IS 221 (86.72% from 255) = 35.08%

 GREEN value IS 205 (80.47% from 255) = 32.54%

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 35.08%
G = 32.54%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDCDCC (or 0xDDCDCC) is known color: Light Grey. HEX triplet: DD, CD and CC. RGB value is (221,205,204). Sum of RGB (Red+Green+Blue) = 221+205+204=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDCC is #223233. Grayscale: #D1D1D1. Windows color (decimal): -2241076 or 13422045. OLE color: 13422045.

HSL color Cylindrical-coordinate representation of color #DDCDCC: hue angle of 3.53º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCDCC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 204 -
CMYK 0 0.07 0.08 0.13
HSL 3.53º 0.2% 0.83% -
HSV(B) 3.53º 0.08% 0.87% -
XYZ 62.55 63.39 66.07 -
YUV 209.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 221 205 204 0 0.07 0.08 0.13 3.53 0.2 0.83
Hex DD CD CC 0 7 8 D 4 14 53
Octal 335 315 314 0 7 10 15 4 24 123
Binary 11011101 11001101 11001100 0 111 1000 1101 100 10100 1010011

Color Harmonies of #DDCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDCC

Black with #DDCDCC

Text Example


Text Example

White with #DDCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDCC; }

 p { color: rgb(221,205,204); }

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

background-color css

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

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

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

border-color css

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

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

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