#DDFDF7

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

Shades of Light Cyan #DDFDF7

Tints of Light Cyan #DDFDF7

Color information

#DDFDF7 (or 0xDDFDF7) is unknown color: approx Light Cyan. HEX triplet: DD, FD and F7. RGB value is (221,253,247). Sum of RGB (Red+Green+Blue) = 221+253+247=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF7 is #220208. Grayscale: #F2F2F2. Windows color (decimal): -2228745 or 16252381. OLE color: 16252381.

HSL color Cylindrical-coordinate representation of color #DDFDF7: hue angle of 168.75º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDF7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB221253247-
CMYK0.1300.020.01
HSL168.75º88.89%92.94%-
HSV(B)168.75º12.65%99.22%-
XYZ81.7392.34101.51-
YUV242.75130.4112.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.65%
GREEN value IS 253 (99.22% from 255) = 35.09%
BLUE value IS 247 (96.88% from 255) = 34.26%
R=30.65%
G=35.09%
B=34.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532470.1300.020.01168.7588.8992.94
HexDDFDF7D021a9595d
Octal33537536715021251131135
Binary110111011111110111110111110101011010100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDF7; }

 p { color: rgb(221,253,247); }

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

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

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

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

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

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

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