Html Css Color HEX #D6FDED White Ice

📋 copy color: '#D6FDED'

red 214 ◦ green 253 ◦ blue 237

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

Shades of White Ice #D6FDED

Tints of White Ice #D6FDED

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.94%

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

R = 30.4%
G = 35.94%
B = 33.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#D6FDED (or 0xD6FDED) is known color: White Ice. HEX triplet: D6, FD and ED. RGB value is (214,253,237). Sum of RGB (Red+Green+Blue) = 214+253+237=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FDED is #290212. Grayscale: #EFEFEF. Windows color (decimal): -2687507 or 15597014. OLE color: 15597014.

HSL color Cylindrical-coordinate representation of color #D6FDED: hue angle of 155.38º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FDED is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 253 237 -
CMYK 0.15 0 0.06 0.01
HSL 155.38º 0.91% 0.92% -
HSV(B) 155.38º 0.15% 0.99% -
XYZ 78.14 90.66 93.5 -
YUV 239.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 214 253 237 0.15 0 0.06 0.01 155.38 0.91 0.92
Hex D6 FD ED F 0 6 1 9B 5B 5C
Octal 326 375 355 17 0 6 1 233 133 134
Binary 11010110 11111101 11101101 1111 0 110 1 10011011 1011011 1011100

Color Harmonies of #D6FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FDED

Black with #D6FDED

Text Example


Text Example

White with #D6FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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