Html Css Color HEX #DAADC9 Maverick

📋 copy color: '#DAADC9'

red 218 ◦ green 173 ◦ blue 201

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

Shades of Maverick #DAADC9

Tints of Maverick #DAADC9

RGB

 RED value IS 218 (85.55% from 255) = 36.82%

 GREEN value IS 173 (67.97% from 255) = 29.22%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 36.82%
G = 29.22%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAADC9 (or 0xDAADC9) is known color: Maverick. HEX triplet: DA, AD and C9. RGB value is (218,173,201). Sum of RGB (Red+Green+Blue) = 218+173+201=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC9 is #255236. Grayscale: #BDBDBD. Windows color (decimal): -2445879 or 13217242. OLE color: 13217242.

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

Color convert

RGB 218 173 201 -
CMYK 0 0.21 0.08 0.15
HSL 322.67º 0.38% 0.77% -
HSV(B) 322.67º 0.21% 0.85% -
XYZ 54.4 49.01 61.85 -
YUV 189.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 218 173 201 0 0.21 0.08 0.15 322.67 0.38 0.77
Hex DA AD C9 0 15 8 F 143 26 4D
Octal 332 255 311 0 25 10 17 503 46 115
Binary 11011010 10101101 11001001 0 10101 1000 1111 101000011 100110 1001101

Color Harmonies of #DAADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADC9

Black with #DAADC9

Text Example


Text Example

White with #DAADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADC9; }

 p { color: rgb(218,173,201); }

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

background-color css

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

 a { background-color: rgb(218,173,201); }

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

border-color css

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

 span { border-color: rgb(218,173,201); }

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