Html Css Color HEX #D7CABB Stark White

📋 copy color: '#D7CABB'

red 215 ◦ green 202 ◦ blue 187

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

Shades of Stark White #D7CABB

Tints of Stark White #D7CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.44%

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

R = 35.6%
G = 33.44%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7CABB (or 0xD7CABB) is known color: Stark White. HEX triplet: D7, CA and BB. RGB value is (215,202,187). Sum of RGB (Red+Green+Blue) = 215+202+187=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CABB is #283544. Grayscale: #CCCCCC. Windows color (decimal): -2635077 or 12307159. OLE color: 12307159.

HSL color Cylindrical-coordinate representation of color #D7CABB: hue angle of 32.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7CABB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 202 187 -
CMYK 0 0.06 0.13 0.16
HSL 32.14º 0.26% 0.79% -
HSV(B) 32.14º 0.13% 0.84% -
XYZ 58.11 60.28 55.59 -
YUV 204.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 215 202 187 0 0.06 0.13 0.16 32.14 0.26 0.79
Hex D7 CA BB 0 6 D 10 20 1A 4F
Octal 327 312 273 0 6 15 20 40 32 117
Binary 11010111 11001010 10111011 0 110 1101 10000 100000 11010 1001111

Color Harmonies of #D7CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CABB

Black with #D7CABB

Text Example


Text Example

White with #D7CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CABB; }

 p { color: rgb(215,202,187); }

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

background-color css

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

 a { background-color: rgb(215,202,187); }

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

border-color css

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

 span { border-color: rgb(215,202,187); }

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