#CFDFA4

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

Shades of Reef #CFDFA4

Tints of Reef #CFDFA4

Color information

#CFDFA4 (or 0xCFDFA4) is unknown color: approx Reef. HEX triplet: CF, DF and A4. RGB value is (207,223,164). Sum of RGB (Red+Green+Blue) = 207+223+164=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFA4 is #30205B. Grayscale: #D3D3D3. Windows color (decimal): -3154012 or 10805199. OLE color: 10805199.

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

Color convert

RGB207223164-
CMYK0.0700.260.13
HSL76.27º47.97%75.88%-
HSV(B)76.27º26.46%87.45%-
XYZ58.8268.7245.29-
YUV211.49101.2124.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=34.85%
G=37.54%
B=27.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231640.0700.260.1376.2747.9775.88
HexCFDFA4701AD4c304c
Octal31733724470321511460114
Binary110011111101111110100100111011010110110011001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFA4; }

 p { color: rgb(207,223,164); }

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

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

 a { background-color: rgb(207,223,164); }

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

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

 span { border-color: rgb(207,223,164); }

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