Html Css Color HEX #D0EAE5 Jagged Ice

📋 copy color: '#D0EAE5'

red 208 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #D0EAE5

Tints of Jagged Ice #D0EAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.87%

 BLUE value IS 229 (89.84% from 255) = 34.13%

R = 31%
G = 34.87%
B = 34.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#D0EAE5 (or 0xD0EAE5) is known color: Jagged Ice. HEX triplet: D0, EA and E5. RGB value is (208,234,229). Sum of RGB (Red+Green+Blue) = 208+234+229=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EAE5 is #2F151A. Grayscale: #E1E1E1. Windows color (decimal): -3085595 or 15067856. OLE color: 15067856.

HSL color Cylindrical-coordinate representation of color #D0EAE5: hue angle of 168.46º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EAE5 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 229 -
CMYK 0.11 0 0.02 0.08
HSL 168.46º 0.38% 0.87% -
HSV(B) 168.46º 0.11% 0.92% -
XYZ 69.58 77.91 85.5 -
YUV 225.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 208 234 229 0.11 0 0.02 0.08 168.46 0.38 0.87
Hex D0 EA E5 B 0 2 8 A8 26 57
Octal 320 352 345 13 0 2 10 250 46 127
Binary 11010000 11101010 11100101 1011 0 10 1000 10101000 100110 1010111

Color Harmonies of #D0EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EAE5

Black with #D0EAE5

Text Example


Text Example

White with #D0EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EAE5; }

 p { color: rgb(208,234,229); }

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

background-color css

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

 a { background-color: rgb(208,234,229); }

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

border-color css

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

 span { border-color: rgb(208,234,229); }

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