Html Css Color HEX #DDF3F9 Light Cyan

📋 copy color: '#DDF3F9'

red 221 ◦ green 243 ◦ blue 249

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

Shades of Light Cyan #DDF3F9

Tints of Light Cyan #DDF3F9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.08%

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

R = 31%
G = 34.08%
B = 34.92%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDF3F9 (or 0xDDF3F9) is known color: Light Cyan. HEX triplet: DD, F3 and F9. RGB value is (221,243,249). Sum of RGB (Red+Green+Blue) = 221+243+249=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDF3F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3F9 is #220C06. Grayscale: #EDEDED. Windows color (decimal): -2231303 or 16380893. OLE color: 16380893.

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

Color convert

RGB 221 243 249 -
CMYK 0.11 0.02 0 0.02
HSL 192.86º 0.7% 0.92% -
HSV(B) 192.86º 0.11% 0.98% -
XYZ 78.97 86.31 102.12 -
YUV 237.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 221 243 249 0.11 0.02 0 0.02 192.86 0.7 0.92
Hex DD F3 F9 B 2 0 2 C1 46 5C
Octal 335 363 371 13 2 0 2 301 106 134
Binary 11011101 11110011 11111001 1011 10 0 10 11000001 1000110 1011100

Color Harmonies of #DDF3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3F9

Black with #DDF3F9

Text Example


Text Example

White with #DDF3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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