Html Css Color HEX #DDF6ED Clear Day

📋 copy color: '#DDF6ED'

red 221 ◦ green 246 ◦ blue 237

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

Shades of Clear Day #DDF6ED

Tints of Clear Day #DDF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.94%

 BLUE value IS 237 (92.97% from 255) = 33.66%

R = 31.39%
G = 34.94%
B = 33.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#DDF6ED (or 0xDDF6ED) is known color: Clear Day. HEX triplet: DD, F6 and ED. RGB value is (221,246,237). Sum of RGB (Red+Green+Blue) = 221+246+237=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6ED is #220912. Grayscale: #EDEDED. Windows color (decimal): -2230547 or 15595229. OLE color: 15595229.

HSL color Cylindrical-coordinate representation of color #DDF6ED: hue angle of 158.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6ED is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 237 -
CMYK 0.10 0 0.04 0.04
HSL 158.4º 0.58% 0.92% -
HSV(B) 158.4º 0.1% 0.96% -
XYZ 78.06 87.4 92.88 -
YUV 237.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 221 246 237 0.10 0 0.04 0.04 158.4 0.58 0.92
Hex DD F6 ED A 0 4 4 9E 3A 5C
Octal 335 366 355 12 0 4 4 236 72 134
Binary 11011101 11110110 11101101 1010 0 100 100 10011110 111010 1011100

Color Harmonies of #DDF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6ED

Black with #DDF6ED

Text Example


Text Example

White with #DDF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6ED; }

 p { color: rgb(221,246,237); }

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

background-color css

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

 a { background-color: rgb(221,246,237); }

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

border-color css

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

 span { border-color: rgb(221,246,237); }

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