Html Css Color HEX #D5F3E8 White Ice

📋 copy color: '#D5F3E8'

red 213 ◦ green 243 ◦ blue 232

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

Shades of White Ice #D5F3E8

Tints of White Ice #D5F3E8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.32%

 BLUE value IS 232 (91.02% from 255) = 33.72%

R = 30.96%
G = 35.32%
B = 33.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#D5F3E8 (or 0xD5F3E8) is known color: White Ice. HEX triplet: D5, F3 and E8. RGB value is (213,243,232). Sum of RGB (Red+Green+Blue) = 213+243+232=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F3E8 is #2A0C17. Grayscale: #E8E8E8. Windows color (decimal): -2755608 or 15266773. OLE color: 15266773.

HSL color Cylindrical-coordinate representation of color #D5F3E8: hue angle of 158º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F3E8 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 243 232 -
CMYK 0.12 0 0.05 0.05
HSL 158º 0.56% 0.89% -
HSV(B) 158º 0.12% 0.95% -
XYZ 74.06 84.07 88.67 -
YUV 232.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 213 243 232 0.12 0 0.05 0.05 158 0.56 0.89
Hex D5 F3 E8 C 0 5 5 9E 38 59
Octal 325 363 350 14 0 5 5 236 70 131
Binary 11010101 11110011 11101000 1100 0 101 101 10011110 111000 1011001

Color Harmonies of #D5F3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F3E8

Black with #D5F3E8

Text Example


Text Example

White with #D5F3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F3E8; }

 p { color: rgb(213,243,232); }

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

background-color css

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

 a { background-color: rgb(213,243,232); }

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

border-color css

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

 span { border-color: rgb(213,243,232); }

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