Html Css Color HEX #D6DBBE Frost

📋 copy color: '#D6DBBE'

red 214 ◦ green 219 ◦ blue 190

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

Shades of Frost #D6DBBE

Tints of Frost #D6DBBE

RGB

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

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

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

R = 34.35%
G = 35.15%
B = 30.5%

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

#D6DBBE (or 0xD6DBBE) is known color: Frost. HEX triplet: D6, DB and BE. RGB value is (214,219,190). Sum of RGB (Red+Green+Blue) = 214+219+190=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBBE is #292441. Grayscale: #D6D6D6. Windows color (decimal): -2696258 or 12508118. OLE color: 12508118.

HSL color Cylindrical-coordinate representation of color #D6DBBE: hue angle of 70.34º degrees, saturation: 0.29, 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 #D6DBBE is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 190 -
CMYK 0.02 0 0.13 0.14
HSL 70.34º 0.29% 0.8% -
HSV(B) 70.34º 0.13% 0.86% -
XYZ 62.36 68.68 58.68 -
YUV 214.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 214 219 190 0.02 0 0.13 0.14 70.34 0.29 0.8
Hex D6 DB BE 2 0 D E 46 1D 50
Octal 326 333 276 2 0 15 16 106 35 120
Binary 11010110 11011011 10111110 10 0 1101 1110 1000110 11101 1010000

Color Harmonies of #D6DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBBE

Black with #D6DBBE

Text Example


Text Example

White with #D6DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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