Html Css Color HEX #D0B1CA Maverick

📋 copy color: '#D0B1CA'

red 208 ◦ green 177 ◦ blue 202

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

Shades of Maverick #D0B1CA

Tints of Maverick #D0B1CA

RGB

 RED value IS 208 (81.64% from 255) = 35.43%

 GREEN value IS 177 (69.53% from 255) = 30.15%

 BLUE value IS 202 (79.3% from 255) = 34.41%

R = 35.43%
G = 30.15%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D0B1CA (or 0xD0B1CA) is known color: Maverick. HEX triplet: D0, B1 and CA. RGB value is (208,177,202). Sum of RGB (Red+Green+Blue) = 208+177+202=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B1CA is #2F4E35. Grayscale: #BDBDBD. Windows color (decimal): -3100214 or 13283792. OLE color: 13283792.

HSL color Cylindrical-coordinate representation of color #D0B1CA: hue angle of 311.61º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B1CA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 177 202 -
CMYK 0 0.15 0.03 0.18
HSL 311.61º 0.25% 0.75% -
HSV(B) 311.61º 0.15% 0.82% -
XYZ 52.4 49.12 62.6 -
YUV 189.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 208 177 202 0 0.15 0.03 0.18 311.61 0.25 0.75
Hex D0 B1 CA 0 F 3 12 138 19 4B
Octal 320 261 312 0 17 3 22 470 31 113
Binary 11010000 10110001 11001010 0 1111 11 10010 100111000 11001 1001011

Color Harmonies of #D0B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B1CA

Black with #D0B1CA

Text Example


Text Example

White with #D0B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B1CA; }

 p { color: rgb(208,177,202); }

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

background-color css

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

 a { background-color: rgb(208,177,202); }

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

border-color css

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

 span { border-color: rgb(208,177,202); }

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