Html Css Color HEX #D4CABC Stark White

📋 copy color: '#D4CABC'

red 212 ◦ green 202 ◦ blue 188

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

Shades of Stark White #D4CABC

Tints of Stark White #D4CABC

RGB

 RED value IS 212 (83.2% from 255) = 35.22%

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

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

R = 35.22%
G = 33.55%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4CABC (or 0xD4CABC) is known color: Stark White. HEX triplet: D4, CA and BC. RGB value is (212,202,188). Sum of RGB (Red+Green+Blue) = 212+202+188=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CABC is #2B3543. Grayscale: #CBCBCB. Windows color (decimal): -2831684 or 12372692. OLE color: 12372692.

HSL color Cylindrical-coordinate representation of color #D4CABC: hue angle of 35º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CABC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 188 -
CMYK 0 0.05 0.11 0.17
HSL 35º 0.22% 0.78% -
HSV(B) 35º 0.11% 0.83% -
XYZ 57.35 59.87 56.11 -
YUV 203.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 212 202 188 0 0.05 0.11 0.17 35 0.22 0.78
Hex D4 CA BC 0 5 B 11 23 16 4E
Octal 324 312 274 0 5 13 21 43 26 116
Binary 11010100 11001010 10111100 0 101 1011 10001 100011 10110 1001110

Color Harmonies of #D4CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CABC

Black with #D4CABC

Text Example


Text Example

White with #D4CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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