#CFDCA5

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

Shades of Reef #CFDCA5

Tints of Reef #CFDCA5

Color information

#CFDCA5 (or 0xCFDCA5) is unknown color: approx Reef. HEX triplet: CF, DC and A5. RGB value is (207,220,165). Sum of RGB (Red+Green+Blue) = 207+220+165=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA5 is #30235A. Grayscale: #D2D2D2. Windows color (decimal): -3154779 or 10869967. OLE color: 10869967.

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

Color convert

RGB207220165-
CMYK0.0600.250.14
HSL74.18º44%75.49%-
HSV(B)74.18º25%86.27%-
XYZ58.1267.1745.5-
YUV209.84102.69125.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=34.97%
G=37.16%
B=27.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201650.0600.250.1474.184475.49
HexCFDCA56019E4a2c4b
Octal31733424560311611254113
Binary110011111101110010100101110011001111010010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCA5; }

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

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

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

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

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

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

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

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