Html Css Color HEX #DAAECA Maverick

📋 copy color: '#DAAECA'

red 218 ◦ green 174 ◦ blue 202

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

Shades of Maverick #DAAECA

Tints of Maverick #DAAECA

RGB

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

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

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

R = 36.7%
G = 29.29%
B = 34.01%

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

#DAAECA (or 0xDAAECA) is known color: Maverick. HEX triplet: DA, AE and CA. RGB value is (218,174,202). Sum of RGB (Red+Green+Blue) = 218+174+202=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECA is #255135. Grayscale: #BEBEBE. Windows color (decimal): -2445622 or 13283034. OLE color: 13283034.

HSL color Cylindrical-coordinate representation of color #DAAECA: hue angle of 321.82º 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 #DAAECA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 202 -
CMYK 0 0.20 0.07 0.15
HSL 321.82º 0.37% 0.77% -
HSV(B) 321.82º 0.2% 0.85% -
XYZ 54.71 49.44 62.54 -
YUV 190.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 218 174 202 0 0.20 0.07 0.15 321.82 0.37 0.77
Hex DA AE CA 0 14 7 F 142 25 4D
Octal 332 256 312 0 24 7 17 502 45 115
Binary 11011010 10101110 11001010 0 10100 111 1111 101000010 100101 1001101

Color Harmonies of #DAAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAECA

Black with #DAAECA

Text Example


Text Example

White with #DAAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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