Html Css Color HEX #D0E8E4 Jagged Ice

📋 copy color: '#D0E8E4'

red 208 ◦ green 232 ◦ blue 228

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

Shades of Jagged Ice #D0E8E4

Tints of Jagged Ice #D0E8E4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.73%

 BLUE value IS 228 (89.45% from 255) = 34.13%

R = 31.14%
G = 34.73%
B = 34.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#D0E8E4 (or 0xD0E8E4) is known color: Jagged Ice. HEX triplet: D0, E8 and E4. RGB value is (208,232,228). Sum of RGB (Red+Green+Blue) = 208+232+228=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8E4 is #2F171B. Grayscale: #E0E0E0. Windows color (decimal): -3086108 or 15001808. OLE color: 15001808.

HSL color Cylindrical-coordinate representation of color #D0E8E4: hue angle of 170º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E8E4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 232 228 -
CMYK 0.10 0 0.02 0.09
HSL 170º 0.34% 0.86% -
HSV(B) 170º 0.1% 0.91% -
XYZ 68.87 76.72 84.58 -
YUV 224.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 208 232 228 0.10 0 0.02 0.09 170 0.34 0.86
Hex D0 E8 E4 A 0 2 9 AA 22 56
Octal 320 350 344 12 0 2 11 252 42 126
Binary 11010000 11101000 11100100 1010 0 10 1001 10101010 100010 1010110

Color Harmonies of #D0E8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E8E4

Black with #D0E8E4

Text Example


Text Example

White with #D0E8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E8E4; }

 p { color: rgb(208,232,228); }

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

background-color css

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

 a { background-color: rgb(208,232,228); }

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

border-color css

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

 span { border-color: rgb(208,232,228); }

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