Html Css Color HEX #DDFDF9 Light Cyan

📋 copy color: '#DDFDF9'

red 221 ◦ green 253 ◦ blue 249

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

Shades of Light Cyan #DDFDF9

Tints of Light Cyan #DDFDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.99%

 BLUE value IS 249 (97.66% from 255) = 34.44%

R = 30.57%
G = 34.99%
B = 34.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#DDFDF9 (or 0xDDFDF9) is known color: Light Cyan. HEX triplet: DD, FD and F9. RGB value is (221,253,249). Sum of RGB (Red+Green+Blue) = 221+253+249=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF9 is #220206. Grayscale: #F2F2F2. Windows color (decimal): -2228743 or 16383453. OLE color: 16383453.

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

Color convert

RGB 221 253 249 -
CMYK 0.13 0 0.02 0.01
HSL 172.5º 0.89% 0.93% -
HSV(B) 172.5º 0.13% 0.99% -
XYZ 82.04 92.46 103.15 -
YUV 242.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 221 253 249 0.13 0 0.02 0.01 172.5 0.89 0.93
Hex DD FD F9 D 0 2 1 AC 59 5D
Octal 335 375 371 15 0 2 1 254 131 135
Binary 11011101 11111101 11111001 1101 0 10 1 10101100 1011001 1011101

Color Harmonies of #DDFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDF9

Black with #DDFDF9

Text Example


Text Example

White with #DDFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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