Html Css Color HEX #D1EBE5 Jagged Ice

📋 copy color: '#D1EBE5'

red 209 ◦ green 235 ◦ blue 229

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

Shades of Jagged Ice #D1EBE5

Tints of Jagged Ice #D1EBE5

RGB

 RED value IS 209 (82.03% from 255) = 31.05%

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

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

R = 31.05%
G = 34.92%
B = 34.03%

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

#D1EBE5 (or 0xD1EBE5) is known color: Jagged Ice. HEX triplet: D1, EB and E5. RGB value is (209,235,229). Sum of RGB (Red+Green+Blue) = 209+235+229=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBE5 is #2E141A. Grayscale: #E2E2E2. Windows color (decimal): -3019803 or 15068113. OLE color: 15068113.

HSL color Cylindrical-coordinate representation of color #D1EBE5: hue angle of 166.15º degrees, saturation: 0.39, 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 #D1EBE5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 235 229 -
CMYK 0.11 0 0.03 0.08
HSL 166.15º 0.39% 0.87% -
HSV(B) 166.15º 0.11% 0.92% -
XYZ 70.15 78.63 85.61 -
YUV 226.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 209 235 229 0.11 0 0.03 0.08 166.15 0.39 0.87
Hex D1 EB E5 B 0 3 8 A6 27 57
Octal 321 353 345 13 0 3 10 246 47 127
Binary 11010001 11101011 11100101 1011 0 11 1000 10100110 100111 1010111

Color Harmonies of #D1EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EBE5

Black with #D1EBE5

Text Example


Text Example

White with #D1EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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