Html Css Color HEX #D0E0DF Jagged Ice

📋 copy color: '#D0E0DF'

red 208 ◦ green 224 ◦ blue 223

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

Shades of Jagged Ice #D0E0DF

Tints of Jagged Ice #D0E0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.2%

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

R = 31.76%
G = 34.2%
B = 34.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#D0E0DF (or 0xD0E0DF) is known color: Jagged Ice. HEX triplet: D0, E0 and DF. RGB value is (208,224,223). Sum of RGB (Red+Green+Blue) = 208+224+223=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0DF is #2F1F20. Grayscale: #DBDBDB. Windows color (decimal): -3088161 or 14672080. OLE color: 14672080.

HSL color Cylindrical-coordinate representation of color #D0E0DF: hue angle of 176.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0E0DF is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 223 -
CMYK 0.07 0 0.00 0.12
HSL 176.25º 0.21% 0.85% -
HSV(B) 176.25º 0.07% 0.88% -
XYZ 65.99 72.05 80.24 -
YUV 219.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 208 224 223 0.07 0 0.00 0.12 176.25 0.21 0.85
Hex D0 E0 DF 7 0 0 C B0 15 55
Octal 320 340 337 7 0 0 14 260 25 125
Binary 11010000 11100000 11011111 111 0 0 1100 10110000 10101 1010101

Color Harmonies of #D0E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0DF

Black with #D0E0DF

Text Example


Text Example

White with #D0E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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