Html Css Color HEX #CEAEBB Maverick

📋 copy color: '#CEAEBB'

red 206 ◦ green 174 ◦ blue 187

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

Shades of Maverick #CEAEBB

Tints of Maverick #CEAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 36.33%
G = 30.69%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEAEBB (or 0xCEAEBB) is known color: Maverick. HEX triplet: CE, AE and BB. RGB value is (206,174,187). Sum of RGB (Red+Green+Blue) = 206+174+187=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEBB is #315144. Grayscale: #B9B9B9. Windows color (decimal): -3232069 or 12299982. OLE color: 12299982.

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

Color convert

RGB 206 174 187 -
CMYK 0 0.16 0.09 0.19
HSL 335.63º 0.25% 0.75% -
HSV(B) 335.63º 0.16% 0.81% -
XYZ 49.56 46.98 53.47 -
YUV 185.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 206 174 187 0 0.16 0.09 0.19 335.63 0.25 0.75
Hex CE AE BB 0 10 9 13 150 19 4B
Octal 316 256 273 0 20 11 23 520 31 113
Binary 11001110 10101110 10111011 0 10000 1001 10011 101010000 11001 1001011

Color Harmonies of #CEAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEBB

Black with #CEAEBB

Text Example


Text Example

White with #CEAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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