Html Css Color HEX #D6CBBB Stark White

📋 copy color: '#D6CBBB'

red 214 ◦ green 203 ◦ blue 187

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

Shades of Stark White #D6CBBB

Tints of Stark White #D6CBBB

RGB

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

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

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

R = 35.43%
G = 33.61%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6CBBB (or 0xD6CBBB) is known color: Stark White. HEX triplet: D6, CB and BB. RGB value is (214,203,187). Sum of RGB (Red+Green+Blue) = 214+203+187=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBB is #293444. Grayscale: #CCCCCC. Windows color (decimal): -2700357 or 12307414. OLE color: 12307414.

HSL color Cylindrical-coordinate representation of color #D6CBBB: hue angle of 35.56º degrees, saturation: 0.25, 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 #D6CBBB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 187 -
CMYK 0 0.05 0.13 0.16
HSL 35.56º 0.25% 0.79% -
HSV(B) 35.56º 0.13% 0.84% -
XYZ 58.06 60.6 55.65 -
YUV 204.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 214 203 187 0 0.05 0.13 0.16 35.56 0.25 0.79
Hex D6 CB BB 0 5 D 10 24 19 4F
Octal 326 313 273 0 5 15 20 44 31 117
Binary 11010110 11001011 10111011 0 101 1101 10000 100100 11001 1001111

Color Harmonies of #D6CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBBB

Black with #D6CBBB

Text Example


Text Example

White with #D6CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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