Html Css Color HEX #D0FDE9 White Ice

📋 copy color: '#D0FDE9'

red 208 ◦ green 253 ◦ blue 233

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

Shades of White Ice #D0FDE9

Tints of White Ice #D0FDE9

RGB

 RED value IS 208 (81.64% from 255) = 29.97%

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

 BLUE value IS 233 (91.41% from 255) = 33.57%

R = 29.97%
G = 36.46%
B = 33.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#D0FDE9 (or 0xD0FDE9) is known color: White Ice. HEX triplet: D0, FD and E9. RGB value is (208,253,233). Sum of RGB (Red+Green+Blue) = 208+253+233=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDE9 is #2F0216. Grayscale: #EDEDED. Windows color (decimal): -3080727 or 15334864. OLE color: 15334864.

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

Color convert

RGB 208 253 233 -
CMYK 0.18 0 0.08 0.01
HSL 153.33º 0.92% 0.9% -
HSV(B) 153.33º 0.18% 0.99% -
XYZ 75.85 89.54 90.38 -
YUV 237.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 208 253 233 0.18 0 0.08 0.01 153.33 0.92 0.9
Hex D0 FD E9 12 0 8 1 99 5C 5A
Octal 320 375 351 22 0 10 1 231 134 132
Binary 11010000 11111101 11101001 10010 0 1000 1 10011001 1011100 1011010

Color Harmonies of #D0FDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FDE9

Black with #D0FDE9

Text Example


Text Example

White with #D0FDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FDE9; }

 p { color: rgb(208,253,233); }

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

background-color css

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

 a { background-color: rgb(208,253,233); }

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

border-color css

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

 span { border-color: rgb(208,253,233); }

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