#CFDCA7

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

Shades of Reef #CFDCA7

Tints of Reef #CFDCA7

Color information

#CFDCA7 (or 0xCFDCA7) is unknown color: approx Reef. HEX triplet: CF, DC and A7. RGB value is (207,220,167). Sum of RGB (Red+Green+Blue) = 207+220+167=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA7 is #302358. Grayscale: #D2D2D2. Windows color (decimal): -3154777 or 11001039. OLE color: 11001039.

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

Color convert

RGB207220167-
CMYK0.0600.240.14
HSL74.72º43.09%75.88%-
HSV(B)74.72º24.09%86.27%-
XYZ58.367.2446.47-
YUV210.07103.69125.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 167 (65.62% from 255) = 28.11%
R=34.85%
G=37.04%
B=28.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201670.0600.240.1474.7243.0975.88
HexCFDCA76018E4b2b4c
Octal31733424760301611353114
Binary110011111101110010100111110011000111010010111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCA7; }

 p { color: rgb(207,220,167); }

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

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

 a { background-color: rgb(207,220,167); }

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

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

 span { border-color: rgb(207,220,167); }

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