Html Css Color HEX #DAAECB Maverick

📋 copy color: '#DAAECB'

red 218 ◦ green 174 ◦ blue 203

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

Shades of Maverick #DAAECB

Tints of Maverick #DAAECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.24%

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

R = 36.64%
G = 29.24%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAAECB (or 0xDAAECB) is known color: Maverick. HEX triplet: DA, AE and CB. RGB value is (218,174,203). Sum of RGB (Red+Green+Blue) = 218+174+203=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECB is #255134. Grayscale: #BEBEBE. Windows color (decimal): -2445621 or 13348570. OLE color: 13348570.

HSL color Cylindrical-coordinate representation of color #DAAECB: hue angle of 320.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAECB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 203 -
CMYK 0 0.20 0.07 0.15
HSL 320.45º 0.37% 0.77% -
HSV(B) 320.45º 0.2% 0.85% -
XYZ 54.83 49.49 63.16 -
YUV 190.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 218 174 203 0 0.20 0.07 0.15 320.45 0.37 0.77
Hex DA AE CB 0 14 7 F 140 25 4D
Octal 332 256 313 0 24 7 17 500 45 115
Binary 11011010 10101110 11001011 0 10100 111 1111 101000000 100101 1001101

Color Harmonies of #DAAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAECB

Black with #DAAECB

Text Example


Text Example

White with #DAAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAECB; }

 p { color: rgb(218,174,203); }

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

background-color css

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

 a { background-color: rgb(218,174,203); }

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

border-color css

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

 span { border-color: rgb(218,174,203); }

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