Html Css Color HEX #D5FFEA White Ice

📋 copy color: '#D5FFEA'

red 213 ◦ green 255 ◦ blue 234

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

Shades of White Ice #D5FFEA

Tints of White Ice #D5FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 36.32%

 BLUE value IS 234 (91.8% from 255) = 33.33%

R = 30.34%
G = 36.32%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#D5FFEA (or 0xD5FFEA) is known color: White Ice. HEX triplet: D5, FF and EA. RGB value is (213,255,234). Sum of RGB (Red+Green+Blue) = 213+255+234=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FFEA is #2A0015. Grayscale: #F0F0F0. Windows color (decimal): -2752534 or 15400917. OLE color: 15400917.

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

Color convert

RGB 213 255 234 -
CMYK 0.16 0 0.08 0
HSL 150º 1% 0.92% -
HSV(B) 150º 0.16% 1% -
XYZ 78.05 91.61 91.41 -
YUV 240.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 213 255 234 0.16 0 0.08 0 150 1 0.92
Hex D5 FF EA 10 0 8 0 96 64 5C
Octal 325 377 352 20 0 10 0 226 144 134
Binary 11010101 11111111 11101010 10000 0 1000 0 10010110 1100100 1011100

Color Harmonies of #D5FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFEA

Black with #D5FFEA

Text Example


Text Example

White with #D5FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFEA; }

 p { color: rgb(213,255,234); }

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

background-color css

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

 a { background-color: rgb(213,255,234); }

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

border-color css

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

 span { border-color: rgb(213,255,234); }

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