Html Css Color HEX #D2C7C3 Alto

📋 copy color: '#D2C7C3'

red 210 ◦ green 199 ◦ blue 195

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

Shades of Alto #D2C7C3

Tints of Alto #D2C7C3

RGB

 RED value IS 210 (82.42% from 255) = 34.77%

 GREEN value IS 199 (78.13% from 255) = 32.95%

 BLUE value IS 195 (76.56% from 255) = 32.28%

R = 34.77%
G = 32.95%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D2C7C3 (or 0xD2C7C3) is known color: Alto. HEX triplet: D2, C7 and C3. RGB value is (210,199,195). Sum of RGB (Red+Green+Blue) = 210+199+195=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7C3 is #2D383C. Grayscale: #C9C9C9. Windows color (decimal): -2963517 or 12830674. OLE color: 12830674.

HSL color Cylindrical-coordinate representation of color #D2C7C3: hue angle of 16º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2C7C3 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 195 -
CMYK 0 0.05 0.07 0.18
HSL 16º 0.14% 0.79% -
HSV(B) 16º 0.07% 0.82% -
XYZ 56.85 58.49 59.92 -
YUV 201.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 210 199 195 0 0.05 0.07 0.18 16 0.14 0.79
Hex D2 C7 C3 0 5 7 12 10 E 4F
Octal 322 307 303 0 5 7 22 20 16 117
Binary 11010010 11000111 11000011 0 101 111 10010 10000 1110 1001111

Color Harmonies of #D2C7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C7C3

Black with #D2C7C3

Text Example


Text Example

White with #D2C7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C7C3; }

 p { color: rgb(210,199,195); }

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

background-color css

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

 a { background-color: rgb(210,199,195); }

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

border-color css

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

 span { border-color: rgb(210,199,195); }

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