Html Css Color HEX #D7DCC2 Frost

📋 copy color: '#D7DCC2'

red 215 ◦ green 220 ◦ blue 194

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

Shades of Frost #D7DCC2

Tints of Frost #D7DCC2

RGB

 RED value IS 215 (84.38% from 255) = 34.18%

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

 BLUE value IS 194 (76.17% from 255) = 30.84%

R = 34.18%
G = 34.98%
B = 30.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#D7DCC2 (or 0xD7DCC2) is known color: Frost. HEX triplet: D7, DC and C2. RGB value is (215,220,194). Sum of RGB (Red+Green+Blue) = 215+220+194=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCC2 is #28233D. Grayscale: #D7D7D7. Windows color (decimal): -2630462 or 12770519. OLE color: 12770519.

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

Color convert

RGB 215 220 194 -
CMYK 0.02 0 0.12 0.14
HSL 71.54º 0.27% 0.81% -
HSV(B) 71.54º 0.12% 0.86% -
XYZ 63.36 69.53 61.12 -
YUV 215.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 215 220 194 0.02 0 0.12 0.14 71.54 0.27 0.81
Hex D7 DC C2 2 0 C E 48 1B 51
Octal 327 334 302 2 0 14 16 110 33 121
Binary 11010111 11011100 11000010 10 0 1100 1110 1001000 11011 1010001

Color Harmonies of #D7DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCC2

Black with #D7DCC2

Text Example


Text Example

White with #D7DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCC2; }

 p { color: rgb(215,220,194); }

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

background-color css

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

 a { background-color: rgb(215,220,194); }

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

border-color css

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

 span { border-color: rgb(215,220,194); }

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