Html Css Color HEX #D0E7E3 Jagged Ice

📋 copy color: '#D0E7E3'

red 208 ◦ green 231 ◦ blue 227

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

Shades of Jagged Ice #D0E7E3

Tints of Jagged Ice #D0E7E3

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.68%

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

R = 31.23%
G = 34.68%
B = 34.08%

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

#D0E7E3 (or 0xD0E7E3) is known color: Jagged Ice. HEX triplet: D0, E7 and E3. RGB value is (208,231,227). Sum of RGB (Red+Green+Blue) = 208+231+227=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7E3 is #2F181C. Grayscale: #DFDFDF. Windows color (decimal): -3086365 or 14936016. OLE color: 14936016.

HSL color Cylindrical-coordinate representation of color #D0E7E3: hue angle of 169.57º degrees, saturation: 0.32, 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 #D0E7E3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 231 227 -
CMYK 0.10 0 0.02 0.09
HSL 169.57º 0.32% 0.86% -
HSV(B) 169.57º 0.1% 0.91% -
XYZ 68.45 76.11 83.76 -
YUV 223.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 208 231 227 0.10 0 0.02 0.09 169.57 0.32 0.86
Hex D0 E7 E3 A 0 2 9 AA 20 56
Octal 320 347 343 12 0 2 11 252 40 126
Binary 11010000 11100111 11100011 1010 0 10 1001 10101010 100000 1010110

Color Harmonies of #D0E7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E7E3

Black with #D0E7E3

Text Example


Text Example

White with #D0E7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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