#DDCFCF

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

Shades of Light Grey #DDCFCF

Tints of Light Grey #DDCFCF

Color information

#DDCFCF (or 0xDDCFCF) is unknown color: approx Light Grey. HEX triplet: DD, CF and CF. RGB value is (221,207,207). Sum of RGB (Red+Green+Blue) = 221+207+207=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCF is #223030. Grayscale: #D3D3D3. Windows color (decimal): -2240561 or 13619165. OLE color: 13619165.

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

Color convert

RGB221207207-
CMYK00.060.060.13
HSL17.07%83.92%-
HSV(B)6.33%86.67%-
XYZ63.3964.568.14-
YUV211.19125.64135-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=34.80%
G=32.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120720700.060.060.13017.0783.92
HexDDCFCF066D01154
Octal33531731706615021124
Binary110111011100111111001111011011011010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFCF; }

 p { color: rgb(221,207,207); }

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

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

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

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

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

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

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