Html Css Color HEX #DDF9EE Clear Day

📋 copy color: '#DDF9EE'

red 221 ◦ green 249 ◦ blue 238

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

Shades of Clear Day #DDF9EE

Tints of Clear Day #DDF9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.62%

R = 31.21%
G = 35.17%
B = 33.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#DDF9EE (or 0xDDF9EE) is known color: Clear Day. HEX triplet: DD, F9 and EE. RGB value is (221,249,238). Sum of RGB (Red+Green+Blue) = 221+249+238=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9EE is #220611. Grayscale: #EFEFEF. Windows color (decimal): -2229778 or 15661533. OLE color: 15661533.

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

Color convert

RGB 221 249 238 -
CMYK 0.11 0 0.04 0.02
HSL 156.43º 0.7% 0.92% -
HSV(B) 156.43º 0.11% 0.98% -
XYZ 79.13 89.3 93.95 -
YUV 239.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 221 249 238 0.11 0 0.04 0.02 156.43 0.7 0.92
Hex DD F9 EE B 0 4 2 9C 46 5C
Octal 335 371 356 13 0 4 2 234 106 134
Binary 11011101 11111001 11101110 1011 0 100 10 10011100 1000110 1011100

Color Harmonies of #DDF9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9EE

Black with #DDF9EE

Text Example


Text Example

White with #DDF9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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