Html Css Color HEX #D9AFCB Maverick

📋 copy color: '#D9AFCB'

red 217 ◦ green 175 ◦ blue 203

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

Shades of Maverick #D9AFCB

Tints of Maverick #D9AFCB

RGB

 RED value IS 217 (85.16% from 255) = 36.47%

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

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

R = 36.47%
G = 29.41%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9AFCB (or 0xD9AFCB) is known color: Maverick. HEX triplet: D9, AF and CB. RGB value is (217,175,203). Sum of RGB (Red+Green+Blue) = 217+175+203=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFCB is #265034. Grayscale: #BEBEBE. Windows color (decimal): -2510901 or 13348825. OLE color: 13348825.

HSL color Cylindrical-coordinate representation of color #D9AFCB: hue angle of 320º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFCB is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 203 -
CMYK 0 0.19 0.06 0.15
HSL 320º 0.36% 0.77% -
HSV(B) 320º 0.19% 0.85% -
XYZ 54.72 49.72 63.21 -
YUV 190.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 217 175 203 0 0.19 0.06 0.15 320 0.36 0.77
Hex D9 AF CB 0 13 6 F 140 24 4D
Octal 331 257 313 0 23 6 17 500 44 115
Binary 11011001 10101111 11001011 0 10011 110 1111 101000000 100100 1001101

Color Harmonies of #D9AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFCB

Black with #D9AFCB

Text Example


Text Example

White with #D9AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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