Html Css Color HEX #D4CCCB Alto

📋 copy color: '#D4CCCB'

red 212 ◦ green 204 ◦ blue 203

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

Shades of Alto #D4CCCB

Tints of Alto #D4CCCB

RGB

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

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

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

R = 34.25%
G = 32.96%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4CCCB (or 0xD4CCCB) is known color: Alto. HEX triplet: D4, CC and CB. RGB value is (212,204,203). Sum of RGB (Red+Green+Blue) = 212+204+203=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCCB is #2B3334. Grayscale: #CECECE. Windows color (decimal): -2831157 or 13356244. OLE color: 13356244.

HSL color Cylindrical-coordinate representation of color #D4CCCB: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CCCB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 203 -
CMYK 0 0.04 0.04 0.17
HSL 6.67º 0.09% 0.81% -
HSV(B) 6.67º 0.04% 0.83% -
XYZ 59.52 61.49 65.23 -
YUV 206.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 212 204 203 0 0.04 0.04 0.17 6.67 0.09 0.81
Hex D4 CC CB 0 4 4 11 7 9 51
Octal 324 314 313 0 4 4 21 7 11 121
Binary 11010100 11001100 11001011 0 100 100 10001 111 1001 1010001

Color Harmonies of #D4CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCCB

Black with #D4CCCB

Text Example


Text Example

White with #D4CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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