#CFDCA1

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

Shades of Reef #CFDCA1

Tints of Reef #CFDCA1

Color information

#CFDCA1 (or 0xCFDCA1) is unknown color: approx Reef. HEX triplet: CF, DC and A1. RGB value is (207,220,161). Sum of RGB (Red+Green+Blue) = 207+220+161=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA1 is #30235E. Grayscale: #D1D1D1. Windows color (decimal): -3154783 or 10607823. OLE color: 10607823.

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

Color convert

RGB207220161-
CMYK0.0600.270.14
HSL73.22º45.74%74.71%-
HSV(B)73.22º26.82%86.27%-
XYZ57.7667.0343.61-
YUV209.39100.69126.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 161 (63.28% from 255) = 27.38%
R=35.20%
G=37.41%
B=27.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201610.0600.270.1473.2245.7474.71
HexCFDCA1601BE492e4b
Octal31733424160331611156113
Binary110011111101110010100001110011011111010010011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCA1; }

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

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

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

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

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

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

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

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