Html Css Color HEX #D6DBBF Frost

📋 copy color: '#D6DBBF'

red 214 ◦ green 219 ◦ blue 191

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

Shades of Frost #D6DBBF

Tints of Frost #D6DBBF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.1%

 BLUE value IS 191 (75% from 255) = 30.61%

R = 34.29%
G = 35.1%
B = 30.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D6DBBF (or 0xD6DBBF) is known color: Frost. HEX triplet: D6, DB and BF. RGB value is (214,219,191). Sum of RGB (Red+Green+Blue) = 214+219+191=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBBF is #292440. Grayscale: #D6D6D6. Windows color (decimal): -2696257 or 12573654. OLE color: 12573654.

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

Color convert

RGB 214 219 191 -
CMYK 0.02 0 0.13 0.14
HSL 70.71º 0.28% 0.8% -
HSV(B) 70.71º 0.13% 0.86% -
XYZ 62.47 68.72 59.26 -
YUV 214.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 214 219 191 0.02 0 0.13 0.14 70.71 0.28 0.8
Hex D6 DB BF 2 0 D E 47 1C 50
Octal 326 333 277 2 0 15 16 107 34 120
Binary 11010110 11011011 10111111 10 0 1101 1110 1000111 11100 1010000

Color Harmonies of #D6DBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBBF

Black with #D6DBBF

Text Example


Text Example

White with #D6DBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBBF; }

 p { color: rgb(214,219,191); }

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

background-color css

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

 a { background-color: rgb(214,219,191); }

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

border-color css

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

 span { border-color: rgb(214,219,191); }

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