Html Css Color HEX #CEBDC9 Maverick

📋 copy color: '#CEBDC9'

red 206 ◦ green 189 ◦ blue 201

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

Shades of Maverick #CEBDC9

Tints of Maverick #CEBDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.71%

 BLUE value IS 201 (78.91% from 255) = 33.72%

R = 34.56%
G = 31.71%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEBDC9 (or 0xCEBDC9) is known color: Maverick. HEX triplet: CE, BD and C9. RGB value is (206,189,201). Sum of RGB (Red+Green+Blue) = 206+189+201=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDC9 is #314236. Grayscale: #C3C3C3. Windows color (decimal): -3228215 or 13221326. OLE color: 13221326.

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

Color convert

RGB 206 189 201 -
CMYK 0 0.08 0.02 0.19
HSL 317.65º 0.15% 0.77% -
HSV(B) 317.65º 0.08% 0.81% -
XYZ 54.19 53.73 62.77 -
YUV 195.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 206 189 201 0 0.08 0.02 0.19 317.65 0.15 0.77
Hex CE BD C9 0 8 2 13 13E F 4D
Octal 316 275 311 0 10 2 23 476 17 115
Binary 11001110 10111101 11001001 0 1000 10 10011 100111110 1111 1001101

Color Harmonies of #CEBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDC9

Black with #CEBDC9

Text Example


Text Example

White with #CEBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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