#C9DFA1

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

Shades of Reef #C9DFA1

Tints of Reef #C9DFA1

Color information

#C9DFA1 (or 0xC9DFA1) is unknown color: approx Reef. HEX triplet: C9, DF and A1. RGB value is (201,223,161). Sum of RGB (Red+Green+Blue) = 201+223+161=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFA1 is #36205E. Grayscale: #D1D1D1. Windows color (decimal): -3547231 or 10608585. OLE color: 10608585.

HSL color Cylindrical-coordinate representation of color #C9DFA1: hue angle of 81.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9DFA1 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB201223161-
CMYK0.1000.280.13
HSL81.29º49.21%75.29%-
HSV(B)81.29º27.8%87.45%-
XYZ56.9167.7743.8-
YUV209.35100.71122.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=34.36%
G=38.12%
B=27.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012231610.1000.280.1381.2949.2175.29
HexC9DFA1A01CD51314b
Octal311337241120341512161113
Binary1100100111011111101000011010011100110110100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFA1; }

 p { color: rgb(201,223,161); }

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

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

 a { background-color: rgb(201,223,161); }

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

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

 span { border-color: rgb(201,223,161); }

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