Html Css Color HEX #D6DDBA Frost

📋 copy color: '#D6DDBA'

red 214 ◦ green 221 ◦ blue 186

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

Shades of Frost #D6DDBA

Tints of Frost #D6DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.59%

 BLUE value IS 186 (73.05% from 255) = 29.95%

R = 34.46%
G = 35.59%
B = 29.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D6DDBA (or 0xD6DDBA) is known color: Frost. HEX triplet: D6, DD and BA. RGB value is (214,221,186). Sum of RGB (Red+Green+Blue) = 214+221+186=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDBA is #292245. Grayscale: #D7D7D7. Windows color (decimal): -2695750 or 12246486. OLE color: 12246486.

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

Color convert

RGB 214 221 186 -
CMYK 0.03 0 0.16 0.13
HSL 72º 0.34% 0.8% -
HSV(B) 72º 0.16% 0.87% -
XYZ 62.45 69.55 56.59 -
YUV 214.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 214 221 186 0.03 0 0.16 0.13 72 0.34 0.8
Hex D6 DD BA 3 0 10 D 48 22 50
Octal 326 335 272 3 0 20 15 110 42 120
Binary 11010110 11011101 10111010 11 0 10000 1101 1001000 100010 1010000

Color Harmonies of #D6DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDBA

Black with #D6DDBA

Text Example


Text Example

White with #D6DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDBA; }

 p { color: rgb(214,221,186); }

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

background-color css

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

 a { background-color: rgb(214,221,186); }

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

border-color css

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

 span { border-color: rgb(214,221,186); }

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