Html Css Color HEX #CEBBBD Pink Flare

📋 copy color: '#CEBBBD'

red 206 ◦ green 187 ◦ blue 189

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

Shades of Pink Flare #CEBBBD

Tints of Pink Flare #CEBBBD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

 BLUE value IS 189 (74.22% from 255) = 32.47%

R = 35.4%
G = 32.13%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEBBBD (or 0xCEBBBD) is known color: Pink Flare. HEX triplet: CE, BB and BD. RGB value is (206,187,189). Sum of RGB (Red+Green+Blue) = 206+187+189=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBBD is #314442. Grayscale: #C0C0C0. Windows color (decimal): -3228739 or 12434382. OLE color: 12434382.

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

Color convert

RGB 206 187 189 -
CMYK 0 0.09 0.08 0.19
HSL 353.68º 0.16% 0.77% -
HSV(B) 353.68º 0.09% 0.81% -
XYZ 52.41 52.34 55.48 -
YUV 192.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 206 187 189 0 0.09 0.08 0.19 353.68 0.16 0.77
Hex CE BB BD 0 9 8 13 162 10 4D
Octal 316 273 275 0 11 10 23 542 20 115
Binary 11001110 10111011 10111101 0 1001 1000 10011 101100010 10000 1001101

Color Harmonies of #CEBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBBD

Black with #CEBBBD

Text Example


Text Example

White with #CEBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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