#CFDCA3

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

Shades of Reef #CFDCA3

Tints of Reef #CFDCA3

Color information

#CFDCA3 (or 0xCFDCA3) is unknown color: approx Reef. HEX triplet: CF, DC and A3. RGB value is (207,220,163). Sum of RGB (Red+Green+Blue) = 207+220+163=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA3 is #30235C. Grayscale: #D1D1D1. Windows color (decimal): -3154781 or 10738895. OLE color: 10738895.

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

Color convert

RGB207220163-
CMYK0.0600.260.14
HSL73.68º44.88%75.1%-
HSV(B)73.68º25.91%86.27%-
XYZ57.9467.144.55-
YUV209.61101.69126.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 163 (64.06% from 255) = 27.63%
R=35.08%
G=37.29%
B=27.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201630.0600.260.1473.6844.8875.1
HexCFDCA3601AE4a2d4b
Octal31733424360321611255113
Binary110011111101110010100011110011010111010010101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCA3; }

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

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

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

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

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

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

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

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