Html Css Color HEX #D0E6E2 Jagged Ice

📋 copy color: '#D0E6E2'

red 208 ◦ green 230 ◦ blue 226

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

Shades of Jagged Ice #D0E6E2

Tints of Jagged Ice #D0E6E2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.64%

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 31.33%
G = 34.64%
B = 34.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#D0E6E2 (or 0xD0E6E2) is known color: Jagged Ice. HEX triplet: D0, E6 and E2. RGB value is (208,230,226). Sum of RGB (Red+Green+Blue) = 208+230+226=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6E2 is #2F191D. Grayscale: #DEDEDE. Windows color (decimal): -3086622 or 14870224. OLE color: 14870224.

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

Color convert

RGB 208 230 226 -
CMYK 0.10 0 0.02 0.10
HSL 169.09º 0.31% 0.86% -
HSV(B) 169.09º 0.1% 0.9% -
XYZ 68.04 75.49 82.94 -
YUV 222.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 208 230 226 0.10 0 0.02 0.10 169.09 0.31 0.86
Hex D0 E6 E2 A 0 2 A A9 1F 56
Octal 320 346 342 12 0 2 12 251 37 126
Binary 11010000 11100110 11100010 1010 0 10 1010 10101001 11111 1010110

Color Harmonies of #D0E6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E6E2

Black with #D0E6E2

Text Example


Text Example

White with #D0E6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E6E2; }

 p { color: rgb(208,230,226); }

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

background-color css

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

 a { background-color: rgb(208,230,226); }

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

border-color css

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

 span { border-color: rgb(208,230,226); }

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