Html Css Color HEX #D6DDBB Frost

📋 copy color: '#D6DDBB'

red 214 ◦ green 221 ◦ blue 187

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

Shades of Frost #D6DDBB

Tints of Frost #D6DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.06%

R = 34.41%
G = 35.53%
B = 30.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D6DDBB (or 0xD6DDBB) is known color: Frost. HEX triplet: D6, DD and BB. RGB value is (214,221,187). Sum of RGB (Red+Green+Blue) = 214+221+187=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDBB is #292244. Grayscale: #D7D7D7. Windows color (decimal): -2695749 or 12312022. OLE color: 12312022.

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

Color convert

RGB 214 221 187 -
CMYK 0.03 0 0.15 0.13
HSL 72.35º 0.33% 0.8% -
HSV(B) 72.35º 0.15% 0.87% -
XYZ 62.56 69.6 57.15 -
YUV 215.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 214 221 187 0.03 0 0.15 0.13 72.35 0.33 0.8
Hex D6 DD BB 3 0 F D 48 21 50
Octal 326 335 273 3 0 17 15 110 41 120
Binary 11010110 11011101 10111011 11 0 1111 1101 1001000 100001 1010000

Color Harmonies of #D6DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDBB

Black with #D6DDBB

Text Example


Text Example

White with #D6DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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