Html Css Color HEX #D5FCED White Ice

📋 copy color: '#D5FCED'

red 213 ◦ green 252 ◦ blue 237

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

Shades of White Ice #D5FCED

Tints of White Ice #D5FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.9%

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

R = 30.34%
G = 35.9%
B = 33.76%

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

#D5FCED (or 0xD5FCED) is known color: White Ice. HEX triplet: D5, FC and ED. RGB value is (213,252,237). Sum of RGB (Red+Green+Blue) = 213+252+237=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCED is #2A0312. Grayscale: #EEEEEE. Windows color (decimal): -2753299 or 15596757. OLE color: 15596757.

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

Color convert

RGB 213 252 237 -
CMYK 0.15 0 0.06 0.01
HSL 156.92º 0.87% 0.91% -
HSV(B) 156.92º 0.15% 0.99% -
XYZ 77.54 89.88 93.38 -
YUV 238.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 213 252 237 0.15 0 0.06 0.01 156.92 0.87 0.91
Hex D5 FC ED F 0 6 1 9D 57 5B
Octal 325 374 355 17 0 6 1 235 127 133
Binary 11010101 11111100 11101101 1111 0 110 1 10011101 1010111 1011011

Color Harmonies of #D5FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FCED

Black with #D5FCED

Text Example


Text Example

White with #D5FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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