Html Css Color HEX #CEAEBE Maverick

📋 copy color: '#CEAEBE'

red 206 ◦ green 174 ◦ blue 190

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

Shades of Maverick #CEAEBE

Tints of Maverick #CEAEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 36.14%
G = 30.53%
B = 33.33%

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

#CEAEBE (or 0xCEAEBE) is known color: Maverick. HEX triplet: CE, AE and BE. RGB value is (206,174,190). Sum of RGB (Red+Green+Blue) = 206+174+190=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEBE is #315141. Grayscale: #B9B9B9. Windows color (decimal): -3232066 or 12496590. OLE color: 12496590.

HSL color Cylindrical-coordinate representation of color #CEAEBE: hue angle of 330º 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 #CEAEBE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 190 -
CMYK 0 0.16 0.08 0.19
HSL 330º 0.25% 0.75% -
HSV(B) 330º 0.16% 0.81% -
XYZ 49.88 47.11 55.18 -
YUV 185.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 206 174 190 0 0.16 0.08 0.19 330 0.25 0.75
Hex CE AE BE 0 10 8 13 14A 19 4B
Octal 316 256 276 0 20 10 23 512 31 113
Binary 11001110 10101110 10111110 0 10000 1000 10011 101001010 11001 1001011

Color Harmonies of #CEAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEBE

Black with #CEAEBE

Text Example


Text Example

White with #CEAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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