Html Css Color HEX #D0E1DD Jagged Ice

📋 copy color: '#D0E1DD'

red 208 ◦ green 225 ◦ blue 221

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

Shades of Jagged Ice #D0E1DD

Tints of Jagged Ice #D0E1DD

RGB

 RED value IS 208 (81.64% from 255) = 31.8%

 GREEN value IS 225 (88.28% from 255) = 34.4%

 BLUE value IS 221 (86.72% from 255) = 33.79%

R = 31.8%
G = 34.4%
B = 33.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#D0E1DD (or 0xD0E1DD) is known color: Jagged Ice. HEX triplet: D0, E1 and DD. RGB value is (208,225,221). Sum of RGB (Red+Green+Blue) = 208+225+221=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1DD is #2F1E22. Grayscale: #DBDBDB. Windows color (decimal): -3087907 or 14541264. OLE color: 14541264.

HSL color Cylindrical-coordinate representation of color #D0E1DD: hue angle of 165.88º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E1DD is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 221 -
CMYK 0.08 0 0.02 0.12
HSL 165.88º 0.22% 0.85% -
HSV(B) 165.88º 0.08% 0.88% -
XYZ 65.99 72.48 78.92 -
YUV 219.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 208 225 221 0.08 0 0.02 0.12 165.88 0.22 0.85
Hex D0 E1 DD 8 0 2 C A6 16 55
Octal 320 341 335 10 0 2 14 246 26 125
Binary 11010000 11100001 11011101 1000 0 10 1100 10100110 10110 1010101

Color Harmonies of #D0E1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E1DD

Black with #D0E1DD

Text Example


Text Example

White with #D0E1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E1DD; }

 p { color: rgb(208,225,221); }

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

background-color css

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

 a { background-color: rgb(208,225,221); }

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

border-color css

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

 span { border-color: rgb(208,225,221); }

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