#DDCFD8

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

Shades of Twilight #DDCFD8

Tints of Twilight #DDCFD8

Color information

#DDCFD8 (or 0xDDCFD8) is unknown color: approx Twilight. HEX triplet: DD, CF and D8. RGB value is (221,207,216). Sum of RGB (Red+Green+Blue) = 221+207+216=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFD8 is #223027. Grayscale: #D4D4D4. Windows color (decimal): -2240552 or 14208989. OLE color: 14208989.

HSL color Cylindrical-coordinate representation of color #DDCFD8: hue angle of 321.43º 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 #DDCFD8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221207216-
CMYK00.060.020.13
HSL321.43º17.07%83.92%-
HSV(B)321.43º6.33%86.67%-
XYZ64.5364.9674.1-
YUV212.21130.14134.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=34.32%
G=32.14%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120721600.060.020.13321.4317.0783.92
HexDDCFD8062D1411154
Octal3353173300621550121124
Binary1101110111001111110110000110101101101000001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFD8; }

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

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

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

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

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

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

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

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