Html Css Color HEX #DDEDE7 Clear Day

📋 copy color: '#DDEDE7'

red 221 ◦ green 237 ◦ blue 231

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

Shades of Clear Day #DDEDE7

Tints of Clear Day #DDEDE7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.4%

 BLUE value IS 231 (90.63% from 255) = 33.53%

R = 32.08%
G = 34.4%
B = 33.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#DDEDE7 (or 0xDDEDE7) is known color: Clear Day. HEX triplet: DD, ED and E7. RGB value is (221,237,231). Sum of RGB (Red+Green+Blue) = 221+237+231=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDE7 is #221218. Grayscale: #E7E7E7. Windows color (decimal): -2232857 or 15199709. OLE color: 15199709.

HSL color Cylindrical-coordinate representation of color #DDEDE7: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEDE7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 231 -
CMYK 0.07 0 0.03 0.07
HSL 157.5º 0.31% 0.9% -
HSV(B) 157.5º 0.07% 0.93% -
XYZ 74.53 81.71 87.44 -
YUV 231.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 221 237 231 0.07 0 0.03 0.07 157.5 0.31 0.9
Hex DD ED E7 7 0 3 7 9E 1F 5A
Octal 335 355 347 7 0 3 7 236 37 132
Binary 11011101 11101101 11100111 111 0 11 111 10011110 11111 1011010

Color Harmonies of #DDEDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDE7

Black with #DDEDE7

Text Example


Text Example

White with #DDEDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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