#CDEB9F

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

Shades of Reef #CDEB9F

Tints of Reef #CDEB9F

Color information

#CDEB9F (or 0xCDEB9F) is unknown color: approx Reef. HEX triplet: CD, EB and 9F. RGB value is (205,235,159). Sum of RGB (Red+Green+Blue) = 205+235+159=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB9F is #321460. Grayscale: #D9D9D9. Windows color (decimal): -3282017 or 10480589. OLE color: 10480589.

HSL color Cylindrical-coordinate representation of color #CDEB9F: hue angle of 83.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDEB9F is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB205235159-
CMYK0.1300.320.08
HSL83.68º65.52%77.25%-
HSV(B)83.68º32.34%92.16%-
XYZ61.1474.944.04-
YUV217.3795.06119.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=34.22%
G=39.23%
B=26.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351590.1300.320.0883.6865.5277.25
HexCDEB9FD020854424d
Octal3153532371504010124102115
Binary110011011110101110011111110101000001000101010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB9F; }

 p { color: rgb(205,235,159); }

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

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

 a { background-color: rgb(205,235,159); }

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

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

 span { border-color: rgb(205,235,159); }

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