Html Css Color HEX #D4AFCB Maverick

📋 copy color: '#D4AFCB'

red 212 ◦ green 175 ◦ blue 203

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

Shades of Maverick #D4AFCB

Tints of Maverick #D4AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.66%

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

R = 35.93%
G = 29.66%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4AFCB (or 0xD4AFCB) is known color: Maverick. HEX triplet: D4, AF and CB. RGB value is (212,175,203). Sum of RGB (Red+Green+Blue) = 212+175+203=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFCB is #2B5034. Grayscale: #BDBDBD. Windows color (decimal): -2838581 or 13348820. OLE color: 13348820.

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

Color convert

RGB 212 175 203 -
CMYK 0 0.17 0.04 0.17
HSL 314.59º 0.3% 0.76% -
HSV(B) 314.59º 0.17% 0.83% -
XYZ 53.26 48.97 63.14 -
YUV 189.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 212 175 203 0 0.17 0.04 0.17 314.59 0.3 0.76
Hex D4 AF CB 0 11 4 11 13B 1E 4C
Octal 324 257 313 0 21 4 21 473 36 114
Binary 11010100 10101111 11001011 0 10001 100 10001 100111011 11110 1001100

Color Harmonies of #D4AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFCB

Black with #D4AFCB

Text Example


Text Example

White with #D4AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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