Html Css Color HEX #D5FDEC White Ice

📋 copy color: '#D5FDEC'

red 213 ◦ green 253 ◦ blue 236

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

Shades of White Ice #D5FDEC

Tints of White Ice #D5FDEC

RGB

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

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

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

R = 30.34%
G = 36.04%
B = 33.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#D5FDEC (or 0xD5FDEC) is known color: White Ice. HEX triplet: D5, FD and EC. RGB value is (213,253,236). Sum of RGB (Red+Green+Blue) = 213+253+236=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FDEC is #2A0213. Grayscale: #EFEFEF. Windows color (decimal): -2753044 or 15531477. OLE color: 15531477.

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

Color convert

RGB 213 253 236 -
CMYK 0.16 0 0.07 0.01
HSL 154.5º 0.91% 0.91% -
HSV(B) 154.5º 0.16% 0.99% -
XYZ 77.71 90.45 92.72 -
YUV 239.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 213 253 236 0.16 0 0.07 0.01 154.5 0.91 0.91
Hex D5 FD EC 10 0 7 1 9A 5B 5B
Octal 325 375 354 20 0 7 1 232 133 133
Binary 11010101 11111101 11101100 10000 0 111 1 10011010 1011011 1011011

Color Harmonies of #D5FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FDEC

Black with #D5FDEC

Text Example


Text Example

White with #D5FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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