#CFDD9F

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

Shades of Reef #CFDD9F

Tints of Reef #CFDD9F

Color information

#CFDD9F (or 0xCFDD9F) is unknown color: approx Reef. HEX triplet: CF, DD and 9F. RGB value is (207,221,159). Sum of RGB (Red+Green+Blue) = 207+221+159=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD9F is #302260. Grayscale: #D1D1D1. Windows color (decimal): -3154529 or 10477007. OLE color: 10477007.

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

Color convert

RGB207221159-
CMYK0.0600.280.13
HSL73.55º47.69%74.51%-
HSV(B)73.55º28.05%86.67%-
XYZ57.8567.4842.78-
YUV209.7599.36126.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=35.26%
G=37.65%
B=27.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211590.0600.280.1373.5547.6974.51
HexCFDD9F601CD4a304b
Octal31733523760341511260113
Binary110011111101110110011111110011100110110010101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD9F; }

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

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

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

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

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

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

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

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