#CED4BA

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

Shades of Harp #CED4BA

Tints of Harp #CED4BA

Color information

#CED4BA (or 0xCED4BA) is unknown color: approx Harp. HEX triplet: CE, D4 and BA. RGB value is (206,212,186). Sum of RGB (Red+Green+Blue) = 206+212+186=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4BA is #312B45. Grayscale: #CFCFCF. Windows color (decimal): -3222342 or 12244174. OLE color: 12244174.

HSL color Cylindrical-coordinate representation of color #CED4BA: hue angle of 73.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED4BA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB206212186-
CMYK0.0300.120.17
HSL73.85º23.21%78.04%-
HSV(B)73.85º12.26%83.14%-
XYZ57.8663.7555.71-
YUV207.24116.01127.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=34.11%
G=35.10%
B=30.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121860.0300.120.1773.8523.2178.04
HexCED4BA30C114a174e
Octal31632427230142111227116
Binary1100111011010100101110101101100100011001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4BA; }

 p { color: rgb(206,212,186); }

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

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

 a { background-color: rgb(206,212,186); }

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

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

 span { border-color: rgb(206,212,186); }

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