Html Css Color HEX #D0E3DF Jagged Ice

📋 copy color: '#D0E3DF'

red 208 ◦ green 227 ◦ blue 223

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

Shades of Jagged Ice #D0E3DF

Tints of Jagged Ice #D0E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.5%

 BLUE value IS 223 (87.5% from 255) = 33.89%

R = 31.61%
G = 34.5%
B = 33.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#D0E3DF (or 0xD0E3DF) is known color: Jagged Ice. HEX triplet: D0, E3 and DF. RGB value is (208,227,223). Sum of RGB (Red+Green+Blue) = 208+227+223=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3DF is #2F1C20. Grayscale: #DCDCDC. Windows color (decimal): -3087393 or 14672848. OLE color: 14672848.

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

Color convert

RGB 208 227 223 -
CMYK 0.08 0 0.02 0.11
HSL 167.37º 0.25% 0.85% -
HSV(B) 167.37º 0.08% 0.89% -
XYZ 66.8 73.68 80.51 -
YUV 220.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 208 227 223 0.08 0 0.02 0.11 167.37 0.25 0.85
Hex D0 E3 DF 8 0 2 B A7 19 55
Octal 320 343 337 10 0 2 13 247 31 125
Binary 11010000 11100011 11011111 1000 0 10 1011 10100111 11001 1010101

Color Harmonies of #D0E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E3DF

Black with #D0E3DF

Text Example


Text Example

White with #D0E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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