Html Css Color HEX #DDF9F5 Light Cyan

📋 copy color: '#DDF9F5'

red 221 ◦ green 249 ◦ blue 245

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

Shades of Light Cyan #DDF9F5

Tints of Light Cyan #DDF9F5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.83%

 BLUE value IS 245 (96.09% from 255) = 34.27%

R = 30.91%
G = 34.83%
B = 34.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#DDF9F5 (or 0xDDF9F5) is known color: Light Cyan. HEX triplet: DD, F9 and F5. RGB value is (221,249,245). Sum of RGB (Red+Green+Blue) = 221+249+245=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 249 (97.66% from 255 or 34.83% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9F5 is #22060A. Grayscale: #F0F0F0. Windows color (decimal): -2229771 or 16120285. OLE color: 16120285.

HSL color Cylindrical-coordinate representation of color #DDF9F5: hue angle of 171.43º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9F5 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 245 -
CMYK 0.11 0 0.02 0.02
HSL 171.43º 0.7% 0.92% -
HSV(B) 171.43º 0.11% 0.98% -
XYZ 80.18 89.72 99.48 -
YUV 240.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 221 249 245 0.11 0 0.02 0.02 171.43 0.7 0.92
Hex DD F9 F5 B 0 2 2 AB 46 5C
Octal 335 371 365 13 0 2 2 253 106 134
Binary 11011101 11111001 11110101 1011 0 10 10 10101011 1000110 1011100

Color Harmonies of #DDF9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9F5

Black with #DDF9F5

Text Example


Text Example

White with #DDF9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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