Html Css Color HEX #D0EBE5 Jagged Ice

📋 copy color: '#D0EBE5'

red 208 ◦ green 235 ◦ blue 229

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

Shades of Jagged Ice #D0EBE5

Tints of Jagged Ice #D0EBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.97%

 BLUE value IS 229 (89.84% from 255) = 34.08%

R = 30.95%
G = 34.97%
B = 34.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#D0EBE5 (or 0xD0EBE5) is known color: Jagged Ice. HEX triplet: D0, EB and E5. RGB value is (208,235,229). Sum of RGB (Red+Green+Blue) = 208+235+229=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBE5 is #2F141A. Grayscale: #E2E2E2. Windows color (decimal): -3085339 or 15068112. OLE color: 15068112.

HSL color Cylindrical-coordinate representation of color #D0EBE5: hue angle of 166.67º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBE5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 229 -
CMYK 0.11 0 0.03 0.08
HSL 166.67º 0.4% 0.87% -
HSV(B) 166.67º 0.11% 0.92% -
XYZ 69.86 78.48 85.6 -
YUV 226.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 208 235 229 0.11 0 0.03 0.08 166.67 0.4 0.87
Hex D0 EB E5 B 0 3 8 A7 28 57
Octal 320 353 345 13 0 3 10 247 50 127
Binary 11010000 11101011 11100101 1011 0 11 1000 10100111 101000 1010111

Color Harmonies of #D0EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBE5

Black with #D0EBE5

Text Example


Text Example

White with #D0EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBE5; }

 p { color: rgb(208,235,229); }

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

background-color css

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

 a { background-color: rgb(208,235,229); }

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

border-color css

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

 span { border-color: rgb(208,235,229); }

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