Html Css Color HEX #CEAEBD Maverick

📋 copy color: '#CEAEBD'

red 206 ◦ green 174 ◦ blue 189

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

Shades of Maverick #CEAEBD

Tints of Maverick #CEAEBD

RGB

 RED value IS 206 (80.86% from 255) = 36.2%

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

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 36.2%
G = 30.58%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEAEBD (or 0xCEAEBD) is known color: Maverick. HEX triplet: CE, AE and BD. RGB value is (206,174,189). Sum of RGB (Red+Green+Blue) = 206+174+189=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEBD is #315142. Grayscale: #B9B9B9. Windows color (decimal): -3232067 or 12431054. OLE color: 12431054.

HSL color Cylindrical-coordinate representation of color #CEAEBD: hue angle of 331.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEBD is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 189 -
CMYK 0 0.16 0.08 0.19
HSL 331.88º 0.25% 0.75% -
HSV(B) 331.88º 0.16% 0.81% -
XYZ 49.77 47.07 54.61 -
YUV 185.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 206 174 189 0 0.16 0.08 0.19 331.88 0.25 0.75
Hex CE AE BD 0 10 8 13 14C 19 4B
Octal 316 256 275 0 20 10 23 514 31 113
Binary 11001110 10101110 10111101 0 10000 1000 10011 101001100 11001 1001011

Color Harmonies of #CEAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEBD

Black with #CEAEBD

Text Example


Text Example

White with #CEAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEBD; }

 p { color: rgb(206,174,189); }

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

background-color css

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

 a { background-color: rgb(206,174,189); }

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

border-color css

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

 span { border-color: rgb(206,174,189); }

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