Html Css Color HEX #D6FDEC White Ice

📋 copy color: '#D6FDEC'

red 214 ◦ green 253 ◦ blue 236

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

Shades of White Ice #D6FDEC

Tints of White Ice #D6FDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.57%

R = 30.44%
G = 35.99%
B = 33.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#D6FDEC (or 0xD6FDEC) is known color: White Ice. HEX triplet: D6, FD and EC. RGB value is (214,253,236). Sum of RGB (Red+Green+Blue) = 214+253+236=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FDEC is #290213. Grayscale: #EFEFEF. Windows color (decimal): -2687508 or 15531478. OLE color: 15531478.

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

Color convert

RGB 214 253 236 -
CMYK 0.15 0 0.07 0.01
HSL 153.85º 0.91% 0.92% -
HSV(B) 153.85º 0.15% 0.99% -
XYZ 78 90.6 92.73 -
YUV 239.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 214 253 236 0.15 0 0.07 0.01 153.85 0.91 0.92
Hex D6 FD EC F 0 7 1 9A 5B 5C
Octal 326 375 354 17 0 7 1 232 133 134
Binary 11010110 11111101 11101100 1111 0 111 1 10011010 1011011 1011100

Color Harmonies of #D6FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FDEC

Black with #D6FDEC

Text Example


Text Example

White with #D6FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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