#CFD396

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

Shades of Deco #CFD396

Tints of Deco #CFD396

Color information

#CFD396 (or 0xCFD396) is unknown color: approx Deco. HEX triplet: CF, D3 and 96. RGB value is (207,211,150). Sum of RGB (Red+Green+Blue) = 207+211+150=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD396 is #302C69. Grayscale: #CBCBCB. Windows color (decimal): -3157098 or 9884623. OLE color: 9884623.

HSL color Cylindrical-coordinate representation of color #CFD396: hue angle of 63.93º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFD396 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB207211150-
CMYK0.0200.290.17
HSL63.93º40.94%70.78%-
HSV(B)63.93º28.91%82.75%-
XYZ54.5362.0637.96-
YUV202.8598.17130.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=36.44%
G=37.15%
B=26.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111500.0200.290.1763.9340.9470.78
HexCFD396201D11402947
Octal31732322620352110051107
Binary110011111101001110010110100111011000110000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD396; }

 p { color: rgb(207,211,150); }

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

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

 a { background-color: rgb(207,211,150); }

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

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

 span { border-color: rgb(207,211,150); }

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