Html Css Color HEX #DDF8F9 Light Cyan

📋 copy color: '#DDF8F9'

red 221 ◦ green 248 ◦ blue 249

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

Shades of Light Cyan #DDF8F9

Tints of Light Cyan #DDF8F9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.54%

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

R = 30.78%
G = 34.54%
B = 34.68%

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDF8F9 (or 0xDDF8F9) is known color: Light Cyan. HEX triplet: DD, F8 and F9. RGB value is (221,248,249). Sum of RGB (Red+Green+Blue) = 221+248+249=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDF8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8F9 is #220706. Grayscale: #F0F0F0. Windows color (decimal): -2230023 or 16382173. OLE color: 16382173.

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

Color convert

RGB 221 248 249 -
CMYK 0.11 0.00 0 0.02
HSL 182.14º 0.7% 0.92% -
HSV(B) 182.14º 0.11% 0.98% -
XYZ 80.49 89.35 102.63 -
YUV 240.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 221 248 249 0.11 0.00 0 0.02 182.14 0.7 0.92
Hex DD F8 F9 B 0 0 2 B6 46 5C
Octal 335 370 371 13 0 0 2 266 106 134
Binary 11011101 11111000 11111001 1011 0 0 10 10110110 1000110 1011100

Color Harmonies of #DDF8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8F9

Black with #DDF8F9

Text Example


Text Example

White with #DDF8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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