#CED1BB

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

Shades of Harp #CED1BB

Tints of Harp #CED1BB

Color information

#CED1BB (or 0xCED1BB) is unknown color: approx Harp. HEX triplet: CE, D1 and BB. RGB value is (206,209,187). Sum of RGB (Red+Green+Blue) = 206+209+187=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1BB is #312E44. Grayscale: #CDCDCD. Windows color (decimal): -3223109 or 12308942. OLE color: 12308942.

HSL color Cylindrical-coordinate representation of color #CED1BB: hue angle of 68.18º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED1BB is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB206209187-
CMYK0.0100.110.18
HSL68.18º19.3%77.65%-
HSV(B)68.18º10.53%81.96%-
XYZ57.2262.3156.02-
YUV205.6117.51128.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=34.22%
G=34.72%
B=31.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091870.0100.110.1868.1819.377.65
HexCED1BB10B1244134e
Octal31632127310132210423116
Binary110011101101000110111011101011100101000100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1BB; }

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

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

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

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

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

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

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

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