Html Css Color HEX #CEBDC8 Maverick

📋 copy color: '#CEBDC8'

red 206 ◦ green 189 ◦ blue 200

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

Shades of Maverick #CEBDC8

Tints of Maverick #CEBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.61%

R = 34.62%
G = 31.76%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CEBDC8 (or 0xCEBDC8) is known color: Maverick. HEX triplet: CE, BD and C8. RGB value is (206,189,200). Sum of RGB (Red+Green+Blue) = 206+189+200=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDC8 is #314237. Grayscale: #C3C3C3. Windows color (decimal): -3228216 or 13155790. OLE color: 13155790.

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

Color convert

RGB 206 189 200 -
CMYK 0 0.08 0.03 0.19
HSL 321.18º 0.15% 0.77% -
HSV(B) 321.18º 0.08% 0.81% -
XYZ 54.08 53.69 62.16 -
YUV 195.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 206 189 200 0 0.08 0.03 0.19 321.18 0.15 0.77
Hex CE BD C8 0 8 3 13 141 F 4D
Octal 316 275 310 0 10 3 23 501 17 115
Binary 11001110 10111101 11001000 0 1000 11 10011 101000001 1111 1001101

Color Harmonies of #CEBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDC8

Black with #CEBDC8

Text Example


Text Example

White with #CEBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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