Html Css Color HEX #D5CDBE Blanc

📋 copy color: '#D5CDBE'

red 213 ◦ green 205 ◦ blue 190

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

Shades of Blanc #D5CDBE

Tints of Blanc #D5CDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.72%

 BLUE value IS 190 (74.61% from 255) = 31.25%

R = 35.03%
G = 33.72%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5CDBE (or 0xD5CDBE) is known color: Blanc. HEX triplet: D5, CD and BE. RGB value is (213,205,190). Sum of RGB (Red+Green+Blue) = 213+205+190=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDBE is #2A3241. Grayscale: #CDCDCD. Windows color (decimal): -2765378 or 12504533. OLE color: 12504533.

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

Color convert

RGB 213 205 190 -
CMYK 0 0.04 0.11 0.16
HSL 39.13º 0.21% 0.79% -
HSV(B) 39.13º 0.11% 0.84% -
XYZ 58.57 61.53 57.5 -
YUV 205.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 213 205 190 0 0.04 0.11 0.16 39.13 0.21 0.79
Hex D5 CD BE 0 4 B 10 27 15 4F
Octal 325 315 276 0 4 13 20 47 25 117
Binary 11010101 11001101 10111110 0 100 1011 10000 100111 10101 1001111

Color Harmonies of #D5CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDBE

Black with #D5CDBE

Text Example


Text Example

White with #D5CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDBE; }

 p { color: rgb(213,205,190); }

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

background-color css

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

 a { background-color: rgb(213,205,190); }

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

border-color css

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

 span { border-color: rgb(213,205,190); }

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