Html Css Color HEX #D5FDED White Ice

📋 copy color: '#D5FDED'

red 213 ◦ green 253 ◦ blue 237

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

Shades of White Ice #D5FDED

Tints of White Ice #D5FDED

RGB

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

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

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

R = 30.3%
G = 35.99%
B = 33.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#D5FDED (or 0xD5FDED) is known color: White Ice. HEX triplet: D5, FD and ED. RGB value is (213,253,237). Sum of RGB (Red+Green+Blue) = 213+253+237=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FDED is #2A0212. Grayscale: #EFEFEF. Windows color (decimal): -2753043 or 15597013. OLE color: 15597013.

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

Color convert

RGB 213 253 237 -
CMYK 0.16 0 0.06 0.01
HSL 156º 0.91% 0.91% -
HSV(B) 156º 0.16% 0.99% -
XYZ 77.85 90.51 93.49 -
YUV 239.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 213 253 237 0.16 0 0.06 0.01 156 0.91 0.91
Hex D5 FD ED 10 0 6 1 9C 5B 5B
Octal 325 375 355 20 0 6 1 234 133 133
Binary 11010101 11111101 11101101 10000 0 110 1 10011100 1011011 1011011

Color Harmonies of #D5FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FDED

Black with #D5FDED

Text Example


Text Example

White with #D5FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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