#CEDCB4

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

Shades of Harp #CEDCB4

Tints of Harp #CEDCB4

Color information

#CEDCB4 (or 0xCEDCB4) is unknown color: approx Harp. HEX triplet: CE, DC and B4. RGB value is (206,220,180). Sum of RGB (Red+Green+Blue) = 206+220+180=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCB4 is #31234B. Grayscale: #D3D3D3. Windows color (decimal): -3220300 or 11853006. OLE color: 11853006.

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

Color convert

RGB206220180-
CMYK0.0600.180.14
HSL81º36.36%78.43%-
HSV(B)81º18.18%86.27%-
XYZ59.2967.653.1-
YUV211.25110.36124.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=33.99%
G=36.30%
B=29.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201800.0600.180.148136.3678.43
HexCEDCB46012E51244e
Octal31633426460221612144116
Binary110011101101110010110100110010010111010100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCB4; }

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

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

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

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

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

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

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

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