Html Css Color HEX #D5FFEE White Ice

📋 copy color: '#D5FFEE'

red 213 ◦ green 255 ◦ blue 238

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

Shades of White Ice #D5FFEE

Tints of White Ice #D5FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.71%

R = 30.17%
G = 36.12%
B = 33.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#D5FFEE (or 0xD5FFEE) is known color: White Ice. HEX triplet: D5, FF and EE. RGB value is (213,255,238). Sum of RGB (Red+Green+Blue) = 213+255+238=706 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.17% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FFEE is #2A0011. Grayscale: #F0F0F0. Windows color (decimal): -2752530 or 15663061. OLE color: 15663061.

HSL color Cylindrical-coordinate representation of color #D5FFEE: hue angle of 155.71º 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 #D5FFEE is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 238 -
CMYK 0.16 0 0.07 0
HSL 155.71º 1% 0.92% -
HSV(B) 155.71º 0.16% 1% -
XYZ 78.63 91.84 94.47 -
YUV 240.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 213 255 238 0.16 0 0.07 0 155.71 1 0.92
Hex D5 FF EE 10 0 7 0 9C 64 5C
Octal 325 377 356 20 0 7 0 234 144 134
Binary 11010101 11111111 11101110 10000 0 111 0 10011100 1100100 1011100

Color Harmonies of #D5FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFEE

Black with #D5FFEE

Text Example


Text Example

White with #D5FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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