Html Css Color HEX #D5CABC Stark White

📋 copy color: '#D5CABC'

red 213 ◦ green 202 ◦ blue 188

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

Shades of Stark White #D5CABC

Tints of Stark White #D5CABC

RGB

 RED value IS 213 (83.59% from 255) = 35.32%

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

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 35.32%
G = 33.5%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5CABC (or 0xD5CABC) is known color: Stark White. HEX triplet: D5, CA and BC. RGB value is (213,202,188). Sum of RGB (Red+Green+Blue) = 213+202+188=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CABC is #2A3543. Grayscale: #CBCBCB. Windows color (decimal): -2766148 or 12372693. OLE color: 12372693.

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

Color convert

RGB 213 202 188 -
CMYK 0 0.05 0.12 0.16
HSL 33.6º 0.23% 0.79% -
HSV(B) 33.6º 0.12% 0.84% -
XYZ 57.64 60.02 56.12 -
YUV 203.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 213 202 188 0 0.05 0.12 0.16 33.6 0.23 0.79
Hex D5 CA BC 0 5 C 10 22 17 4F
Octal 325 312 274 0 5 14 20 42 27 117
Binary 11010101 11001010 10111100 0 101 1100 10000 100010 10111 1001111

Color Harmonies of #D5CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CABC

Black with #D5CABC

Text Example


Text Example

White with #D5CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CABC; }

 p { color: rgb(213,202,188); }

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

background-color css

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

 a { background-color: rgb(213,202,188); }

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

border-color css

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

 span { border-color: rgb(213,202,188); }

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