Html Css Color HEX #D5EEE3 White Ice

📋 copy color: '#D5EEE3'

red 213 ◦ green 238 ◦ blue 227

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

Shades of White Ice #D5EEE3

Tints of White Ice #D5EEE3

RGB

 RED value IS 213 (83.59% from 255) = 31.42%

 GREEN value IS 238 (93.36% from 255) = 35.1%

 BLUE value IS 227 (89.06% from 255) = 33.48%

R = 31.42%
G = 35.1%
B = 33.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#D5EEE3 (or 0xD5EEE3) is known color: White Ice. HEX triplet: D5, EE and E3. RGB value is (213,238,227). Sum of RGB (Red+Green+Blue) = 213+238+227=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEE3 is #2A111C. Grayscale: #E5E5E5. Windows color (decimal): -2756893 or 14937813. OLE color: 14937813.

HSL color Cylindrical-coordinate representation of color #D5EEE3: hue angle of 153.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EEE3 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 238 227 -
CMYK 0.11 0 0.05 0.07
HSL 153.6º 0.42% 0.88% -
HSV(B) 153.6º 0.11% 0.93% -
XYZ 71.88 80.84 84.49 -
YUV 229.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 213 238 227 0.11 0 0.05 0.07 153.6 0.42 0.88
Hex D5 EE E3 B 0 5 7 9A 2A 58
Octal 325 356 343 13 0 5 7 232 52 130
Binary 11010101 11101110 11100011 1011 0 101 111 10011010 101010 1011000

Color Harmonies of #D5EEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEE3

Black with #D5EEE3

Text Example


Text Example

White with #D5EEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEE3; }

 p { color: rgb(213,238,227); }

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

background-color css

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

 a { background-color: rgb(213,238,227); }

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

border-color css

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

 span { border-color: rgb(213,238,227); }

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