Html Css Color HEX #D9E6D0 Frostee

📋 copy color: '#D9E6D0'

red 217 ◦ green 230 ◦ blue 208

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

Shades of Frostee #D9E6D0

Tints of Frostee #D9E6D0

RGB

 RED value IS 217 (85.16% from 255) = 33.13%

 GREEN value IS 230 (90.23% from 255) = 35.11%

 BLUE value IS 208 (81.64% from 255) = 31.76%

R = 33.13%
G = 35.11%
B = 31.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#D9E6D0 (or 0xD9E6D0) is known color: Frostee. HEX triplet: D9, E6 and D0. RGB value is (217,230,208). Sum of RGB (Red+Green+Blue) = 217+230+208=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6D0 is #26192F. Grayscale: #DFDFDF. Windows color (decimal): -2496816 or 13690585. OLE color: 13690585.

HSL color Cylindrical-coordinate representation of color #D9E6D0: hue angle of 95.45º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E6D0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 230 208 -
CMYK 0.06 0 0.10 0.10
HSL 95.45º 0.31% 0.86% -
HSV(B) 95.45º 0.1% 0.9% -
XYZ 68.3 75.9 70.72 -
YUV 223.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 217 230 208 0.06 0 0.10 0.10 95.45 0.31 0.86
Hex D9 E6 D0 6 0 A A 5F 1F 56
Octal 331 346 320 6 0 12 12 137 37 126
Binary 11011001 11100110 11010000 110 0 1010 1010 1011111 11111 1010110

Color Harmonies of #D9E6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E6D0

Black with #D9E6D0

Text Example


Text Example

White with #D9E6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E6D0; }

 p { color: rgb(217,230,208); }

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

background-color css

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

 a { background-color: rgb(217,230,208); }

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

border-color css

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

 span { border-color: rgb(217,230,208); }

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