Html Css Color HEX #D6DCBE Frost

📋 copy color: '#D6DCBE'

red 214 ◦ green 220 ◦ blue 190

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

Shades of Frost #D6DCBE

Tints of Frost #D6DCBE

RGB

 RED value IS 214 (83.98% from 255) = 34.29%

 GREEN value IS 220 (86.33% from 255) = 35.26%

 BLUE value IS 190 (74.61% from 255) = 30.45%

R = 34.29%
G = 35.26%
B = 30.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#D6DCBE (or 0xD6DCBE) is known color: Frost. HEX triplet: D6, DC and BE. RGB value is (214,220,190). Sum of RGB (Red+Green+Blue) = 214+220+190=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCBE is #292341. Grayscale: #D6D6D6. Windows color (decimal): -2696002 or 12508374. OLE color: 12508374.

HSL color Cylindrical-coordinate representation of color #D6DCBE: hue angle of 72º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DCBE is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 190 -
CMYK 0.03 0 0.14 0.14
HSL 72º 0.3% 0.8% -
HSV(B) 72º 0.14% 0.86% -
XYZ 62.62 69.2 58.77 -
YUV 214.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 214 220 190 0.03 0 0.14 0.14 72 0.3 0.8
Hex D6 DC BE 3 0 E E 48 1E 50
Octal 326 334 276 3 0 16 16 110 36 120
Binary 11010110 11011100 10111110 11 0 1110 1110 1001000 11110 1010000

Color Harmonies of #D6DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCBE

Black with #D6DCBE

Text Example


Text Example

White with #D6DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCBE; }

 p { color: rgb(214,220,190); }

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

background-color css

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

 a { background-color: rgb(214,220,190); }

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

border-color css

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

 span { border-color: rgb(214,220,190); }

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