Html Css Color HEX #D0E9E3 Jagged Ice

📋 copy color: '#D0E9E3'

red 208 ◦ green 233 ◦ blue 227

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

Shades of Jagged Ice #D0E9E3

Tints of Jagged Ice #D0E9E3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.88%

 BLUE value IS 227 (89.06% from 255) = 33.98%

R = 31.14%
G = 34.88%
B = 33.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#D0E9E3 (or 0xD0E9E3) is known color: Jagged Ice. HEX triplet: D0, E9 and E3. RGB value is (208,233,227). Sum of RGB (Red+Green+Blue) = 208+233+227=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9E3 is #2F161C. Grayscale: #E0E0E0. Windows color (decimal): -3085853 or 14936528. OLE color: 14936528.

HSL color Cylindrical-coordinate representation of color #D0E9E3: hue angle of 165.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9E3 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 227 -
CMYK 0.11 0 0.03 0.09
HSL 165.6º 0.36% 0.86% -
HSV(B) 165.6º 0.11% 0.91% -
XYZ 69.02 77.23 83.94 -
YUV 224.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 208 233 227 0.11 0 0.03 0.09 165.6 0.36 0.86
Hex D0 E9 E3 B 0 3 9 A6 24 56
Octal 320 351 343 13 0 3 11 246 44 126
Binary 11010000 11101001 11100011 1011 0 11 1001 10100110 100100 1010110

Color Harmonies of #D0E9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9E3

Black with #D0E9E3

Text Example


Text Example

White with #D0E9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E9E3; }

 p { color: rgb(208,233,227); }

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

background-color css

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

 a { background-color: rgb(208,233,227); }

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

border-color css

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

 span { border-color: rgb(208,233,227); }

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