#CED4C1

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

Shades of Harp #CED4C1

Tints of Harp #CED4C1

Color information

#CED4C1 (or 0xCED4C1) is unknown color: approx Harp. HEX triplet: CE, D4 and C1. RGB value is (206,212,193). Sum of RGB (Red+Green+Blue) = 206+212+193=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4C1 is #312B3E. Grayscale: #D0D0D0. Windows color (decimal): -3222335 or 12702926. OLE color: 12702926.

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

Color convert

RGB206212193-
CMYK0.0300.090.17
HSL78.95º18.1%79.41%-
HSV(B)78.95º8.96%83.14%-
XYZ58.6264.0659.73-
YUV208.04119.51126.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=33.72%
G=34.70%
B=31.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121930.0300.090.1778.9518.179.41
HexCED4C1309114f124f
Octal31632430130112111722117
Binary1100111011010100110000011101001100011001111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4C1; }

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

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

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

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

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

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

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

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