Html Css Color HEX #D5CBBC Blanc

📋 copy color: '#D5CBBC'

red 213 ◦ green 203 ◦ blue 188

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

Shades of Blanc #D5CBBC

Tints of Blanc #D5CBBC

RGB

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

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

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

R = 35.26%
G = 33.61%
B = 31.13%

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

#D5CBBC (or 0xD5CBBC) is known color: Blanc. HEX triplet: D5, CB and BC. RGB value is (213,203,188). Sum of RGB (Red+Green+Blue) = 213+203+188=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBBC is #2A3443. Grayscale: #CCCCCC. Windows color (decimal): -2765892 or 12372949. OLE color: 12372949.

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

Color convert

RGB 213 203 188 -
CMYK 0 0.05 0.12 0.16
HSL 36º 0.23% 0.79% -
HSV(B) 36º 0.12% 0.84% -
XYZ 57.87 60.49 56.2 -
YUV 204.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 213 203 188 0 0.05 0.12 0.16 36 0.23 0.79
Hex D5 CB BC 0 5 C 10 24 17 4F
Octal 325 313 274 0 5 14 20 44 27 117
Binary 11010101 11001011 10111100 0 101 1100 10000 100100 10111 1001111

Color Harmonies of #D5CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBBC

Black with #D5CBBC

Text Example


Text Example

White with #D5CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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