Html Css Color HEX #CEADC6 Maverick

📋 copy color: '#CEADC6'

red 206 ◦ green 173 ◦ blue 198

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

Shades of Maverick #CEADC6

Tints of Maverick #CEADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.98%

 BLUE value IS 198 (77.73% from 255) = 34.32%

R = 35.7%
G = 29.98%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEADC6 (or 0xCEADC6) is known color: Maverick. HEX triplet: CE, AD and C6. RGB value is (206,173,198). Sum of RGB (Red+Green+Blue) = 206+173+198=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADC6 is #315239. Grayscale: #B9B9B9. Windows color (decimal): -3232314 or 13020622. OLE color: 13020622.

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

Color convert

RGB 206 173 198 -
CMYK 0 0.16 0.04 0.19
HSL 314.55º 0.25% 0.74% -
HSV(B) 314.55º 0.16% 0.81% -
XYZ 50.59 47.09 59.85 -
YUV 185.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 206 173 198 0 0.16 0.04 0.19 314.55 0.25 0.74
Hex CE AD C6 0 10 4 13 13B 19 4A
Octal 316 255 306 0 20 4 23 473 31 112
Binary 11001110 10101101 11000110 0 10000 100 10011 100111011 11001 1001010

Color Harmonies of #CEADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADC6

Black with #CEADC6

Text Example


Text Example

White with #CEADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADC6; }

 p { color: rgb(206,173,198); }

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

background-color css

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

 a { background-color: rgb(206,173,198); }

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

border-color css

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

 span { border-color: rgb(206,173,198); }

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