#cfde8c

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

Shades of Deco #CFDE8C

Tints of Deco #CFDE8C

Color information

#CFDE8C (or 0xCFDE8C) is unknown color: approx Deco. HEX triplet: CF, DE and 8C. RGB value is (207,222,140). Sum of RGB (Red+Green+Blue) = 207+222+140=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDE8C is #302173. Grayscale: #D0D0D0. Windows color (decimal): -3154292 or 9232079. OLE color: 9232079.

HSL color Cylindrical-coordinate representation of color #CFDE8C: hue angle of 70.98º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFDE8C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB207222140-
CMYK0.0700.370.13
HSL70.98º55.41%70.98%-
HSV(B)70.98º36.94%87.06%-
XYZ56.5967.434.84-
YUV208.1789.53127.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=36.38%
G=39.02%
B=24.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221400.0700.370.1370.9855.4170.98
HexCFDE8C7025D473747
Octal31733621470451510767107
Binary1100111111011110100011001110100101110110001111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfde8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfde8c; }

 p { color: rgb(207,222,140); }

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

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

 a { background-color: rgb(207,222,140); }

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

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

 span { border-color: rgb(207,222,140); }

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