#CEDCB6

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

Shades of Harp #CEDCB6

Tints of Harp #CEDCB6

Color information

#CEDCB6 (or 0xCEDCB6) is unknown color: approx Harp. HEX triplet: CE, DC and B6. RGB value is (206,220,182). Sum of RGB (Red+Green+Blue) = 206+220+182=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCB6 is #312349. Grayscale: #D3D3D3. Windows color (decimal): -3220298 or 11984078. OLE color: 11984078.

HSL color Cylindrical-coordinate representation of color #CEDCB6: hue angle of 82.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDCB6 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB206220182-
CMYK0.0600.170.14
HSL82.11º35.19%78.82%-
HSV(B)82.11º17.27%86.27%-
XYZ59.4967.6954.19-
YUV211.48111.36124.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=33.88%
G=36.18%
B=29.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201820.0600.170.1482.1135.1978.82
HexCEDCB66011E52234f
Octal31633426660211612243117
Binary110011101101110010110110110010001111010100101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCB6; }

 p { color: rgb(206,220,182); }

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

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

 a { background-color: rgb(206,220,182); }

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

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

 span { border-color: rgb(206,220,182); }

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