Html Css Color HEX #D7CBB9 Stark White

📋 copy color: '#D7CBB9'

red 215 ◦ green 203 ◦ blue 185

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

Shades of Stark White #D7CBB9

Tints of Stark White #D7CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.67%

 BLUE value IS 185 (72.66% from 255) = 30.68%

R = 35.66%
G = 33.67%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7CBB9 (or 0xD7CBB9) is known color: Stark White. HEX triplet: D7, CB and B9. RGB value is (215,203,185). Sum of RGB (Red+Green+Blue) = 215+203+185=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBB9 is #283446. Grayscale: #CCCCCC. Windows color (decimal): -2634823 or 12176343. OLE color: 12176343.

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

Color convert

RGB 215 203 185 -
CMYK 0 0.06 0.14 0.16
HSL 36º 0.27% 0.78% -
HSV(B) 36º 0.14% 0.84% -
XYZ 58.14 60.66 54.54 -
YUV 204.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 215 203 185 0 0.06 0.14 0.16 36 0.27 0.78
Hex D7 CB B9 0 6 E 10 24 1B 4E
Octal 327 313 271 0 6 16 20 44 33 116
Binary 11010111 11001011 10111001 0 110 1110 10000 100100 11011 1001110

Color Harmonies of #D7CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CBB9

Black with #D7CBB9

Text Example


Text Example

White with #D7CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CBB9; }

 p { color: rgb(215,203,185); }

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

background-color css

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

 a { background-color: rgb(215,203,185); }

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

border-color css

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

 span { border-color: rgb(215,203,185); }

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