#CFDD83

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

Shades of Deco #CFDD83

Tints of Deco #CFDD83

Color information

#CFDD83 (or 0xCFDD83) is unknown color: approx Deco. HEX triplet: CF, DD and 83. RGB value is (207,221,131). Sum of RGB (Red+Green+Blue) = 207+221+131=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD83 is #30227C. Grayscale: #CECECE. Windows color (decimal): -3154557 or 8641999. OLE color: 8641999.

HSL color Cylindrical-coordinate representation of color #CFDD83: hue angle of 69.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFDD83 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB207221131-
CMYK0.0600.410.13
HSL69.33º56.96%69.02%-
HSV(B)69.33º40.72%86.67%-
XYZ55.6966.6231.4-
YUV206.5585.36128.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 131 (51.56% from 255) = 23.43%
R=37.03%
G=39.53%
B=23.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211310.0600.410.1369.3356.9669.02
HexCFDD836029D453945
Octal31733520360511510571105
Binary1100111111011101100000111100101001110110001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD83; }

 p { color: rgb(207,221,131); }

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

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

 a { background-color: rgb(207,221,131); }

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

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

 span { border-color: rgb(207,221,131); }

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