Html Css Color HEX #D6FFED White Ice

📋 copy color: '#D6FFED'

red 214 ◦ green 255 ◦ blue 237

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

Shades of White Ice #D6FFED

Tints of White Ice #D6FFED

RGB

 RED value IS 214 (83.98% from 255) = 30.31%

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

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

R = 30.31%
G = 36.12%
B = 33.57%

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

#D6FFED (or 0xD6FFED) is known color: White Ice. HEX triplet: D6, FF and ED. RGB value is (214,255,237). Sum of RGB (Red+Green+Blue) = 214+255+237=706 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.31% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFED is #290012. Grayscale: #F0F0F0. Windows color (decimal): -2686995 or 15597526. OLE color: 15597526.

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

Color convert

RGB 214 255 237 -
CMYK 0.16 0 0.07 0
HSL 153.66º 1% 0.92% -
HSV(B) 153.66º 0.16% 1% -
XYZ 78.78 91.93 93.71 -
YUV 240.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 214 255 237 0.16 0 0.07 0 153.66 1 0.92
Hex D6 FF ED 10 0 7 0 9A 64 5C
Octal 326 377 355 20 0 7 0 232 144 134
Binary 11010110 11111111 11101101 10000 0 111 0 10011010 1100100 1011100

Color Harmonies of #D6FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FFED

Black with #D6FFED

Text Example


Text Example

White with #D6FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FFED; }

 p { color: rgb(214,255,237); }

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

background-color css

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

 a { background-color: rgb(214,255,237); }

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

border-color css

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

 span { border-color: rgb(214,255,237); }

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