Html Css Color HEX #D5CCCB Alto

📋 copy color: '#D5CCCB'

red 213 ◦ green 204 ◦ blue 203

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

Shades of Alto #D5CCCB

Tints of Alto #D5CCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 34.35%
G = 32.9%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5CCCB (or 0xD5CCCB) is known color: Alto. HEX triplet: D5, CC and CB. RGB value is (213,204,203). Sum of RGB (Red+Green+Blue) = 213+204+203=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCCB is #2A3334. Grayscale: #CECECE. Windows color (decimal): -2765621 or 13356245. OLE color: 13356245.

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

Color convert

RGB 213 204 203 -
CMYK 0 0.04 0.05 0.16
HSL 0.11% 0.82% -
HSV(B) 0.05% 0.84% -
XYZ 59.81 61.64 65.25 -
YUV 206.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 213 204 203 0 0.04 0.05 0.16 6 0.11 0.82
Hex D5 CC CB 0 4 5 10 6 B 52
Octal 325 314 313 0 4 5 20 6 13 122
Binary 11010101 11001100 11001011 0 100 101 10000 110 1011 1010010

Color Harmonies of #D5CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCCB

Black with #D5CCCB

Text Example


Text Example

White with #D5CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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