#C8E0AD

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

Shades of Reef #C8E0AD

Tints of Reef #C8E0AD

Color information

#C8E0AD (or 0xC8E0AD) is unknown color: approx Reef. HEX triplet: C8, E0 and AD. RGB value is (200,224,173). Sum of RGB (Red+Green+Blue) = 200+224+173=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E0AD is #371F52. Grayscale: #D3D3D3. Windows color (decimal): -3612499 or 11395272. OLE color: 11395272.

HSL color Cylindrical-coordinate representation of color #C8E0AD: hue angle of 88.24º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8E0AD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB200224173-
CMYK0.1100.230.12
HSL88.24º45.13%77.84%-
HSV(B)88.24º22.77%87.84%-
XYZ58.0268.6149.72-
YUV211.01106.55120.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=33.50%
G=37.52%
B=28.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002241730.1100.230.1288.2445.1377.84
HexC8E0ADB017C582d4e
Octal310340255130271413055116
Binary1100100011100000101011011011010111110010110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E0AD; }

 p { color: rgb(200,224,173); }

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

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

 a { background-color: rgb(200,224,173); }

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

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

 span { border-color: rgb(200,224,173); }

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