Html Css Color HEX #D8AFCB Maverick

📋 copy color: '#D8AFCB'

red 216 ◦ green 175 ◦ blue 203

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

Shades of Maverick #D8AFCB

Tints of Maverick #D8AFCB

RGB

 RED value IS 216 (84.77% from 255) = 36.36%

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

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

R = 36.36%
G = 29.46%
B = 34.18%

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

#D8AFCB (or 0xD8AFCB) is known color: Maverick. HEX triplet: D8, AF and CB. RGB value is (216,175,203). Sum of RGB (Red+Green+Blue) = 216+175+203=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFCB is #275034. Grayscale: #BEBEBE. Windows color (decimal): -2576437 or 13348824. OLE color: 13348824.

HSL color Cylindrical-coordinate representation of color #D8AFCB: hue angle of 319.02º degrees, saturation: 0.34, 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 #D8AFCB is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 203 -
CMYK 0 0.19 0.06 0.15
HSL 319.02º 0.34% 0.77% -
HSV(B) 319.02º 0.19% 0.85% -
XYZ 54.43 49.57 63.2 -
YUV 190.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 216 175 203 0 0.19 0.06 0.15 319.02 0.34 0.77
Hex D8 AF CB 0 13 6 F 13F 22 4D
Octal 330 257 313 0 23 6 17 477 42 115
Binary 11011000 10101111 11001011 0 10011 110 1111 100111111 100010 1001101

Color Harmonies of #D8AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFCB

Black with #D8AFCB

Text Example


Text Example

White with #D8AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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