#C8DD9F

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

Shades of Reef #C8DD9F

Tints of Reef #C8DD9F

Color information

#C8DD9F (or 0xC8DD9F) is unknown color: approx Reef. HEX triplet: C8, DD and 9F. RGB value is (200,221,159). Sum of RGB (Red+Green+Blue) = 200+221+159=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD9F is #372260. Grayscale: #CFCFCF. Windows color (decimal): -3613281 or 10477000. OLE color: 10477000.

HSL color Cylindrical-coordinate representation of color #C8DD9F: hue angle of 80.32º degrees, saturation: 0.48, 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 #C8DD9F is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB200221159-
CMYK0.1000.280.13
HSL80.32º47.69%74.51%-
HSV(B)80.32º28.05%86.67%-
XYZ55.9366.542.69-
YUV207.65100.54122.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=34.48%
G=38.10%
B=27.41%

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
Decimal2002211590.1000.280.1380.3247.6974.51
HexC8DD9FA01CD50304b
Octal310335237120341512060113
Binary1100100011011101100111111010011100110110100001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DD9F; }

 p { color: rgb(200,221,159); }

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

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

 a { background-color: rgb(200,221,159); }

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

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

 span { border-color: rgb(200,221,159); }

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