#CEBDBB

Color #CEBDBB Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #CEBDBB

Tints of Cold Turkey #CEBDBB

Color information

#CEBDBB (or 0xCEBDBB) is unknown color: approx Cold Turkey. HEX triplet: CE, BD and BB. RGB value is (206,189,187). Sum of RGB (Red+Green+Blue) = 206+189+187=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDBB is #314244. Grayscale: #C1C1C1. Windows color (decimal): -3228229 or 12303822. OLE color: 12303822.

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

Color convert

RGB206189187-
CMYK00.080.090.19
HSL6.32º16.24%77.06%-
HSV(B)6.32º9.22%80.78%-
XYZ52.6253.154.49-
YUV193.86124.13136.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=35.40%
G=32.47%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618918700.080.090.196.3216.2477.06
HexCEBDBB089136104d
Octal3162752730101123620115
Binary11001110101111011011101101000100110011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDBB; }

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

 H1.HeaderClassName
 {
   color: #CEBDBB;
 }
 .AnyTagClassName
 {
   color: #CEBDBB;
 }
</style>
background-color css

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

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

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

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

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

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