Html Css Color HEX #D5FEED White Ice

📋 copy color: '#D5FEED'

red 213 ◦ green 254 ◦ blue 237

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

Shades of White Ice #D5FEED

Tints of White Ice #D5FEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.08%

 BLUE value IS 237 (92.97% from 255) = 33.66%

R = 30.26%
G = 36.08%
B = 33.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#D5FEED (or 0xD5FEED) is known color: White Ice. HEX triplet: D5, FE and ED. RGB value is (213,254,237). Sum of RGB (Red+Green+Blue) = 213+254+237=704 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.26% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEED is #2A0112. Grayscale: #EFEFEF. Windows color (decimal): -2752787 or 15597269. OLE color: 15597269.

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

Color convert

RGB 213 254 237 -
CMYK 0.16 0 0.07 0.00
HSL 155.12º 0.95% 0.92% -
HSV(B) 155.12º 0.16% 1% -
XYZ 78.17 91.14 93.59 -
YUV 239.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 213 254 237 0.16 0 0.07 0.00 155.12 0.95 0.92
Hex D5 FE ED 10 0 7 0 9B 5F 5C
Octal 325 376 355 20 0 7 0 233 137 134
Binary 11010101 11111110 11101101 10000 0 111 0 10011011 1011111 1011100

Color Harmonies of #D5FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEED

Black with #D5FEED

Text Example


Text Example

White with #D5FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEED; }

 p { color: rgb(213,254,237); }

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

background-color css

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

 a { background-color: rgb(213,254,237); }

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

border-color css

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

 span { border-color: rgb(213,254,237); }

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