#CDEB91

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

Shades of Reef #CDEB91

Tints of Reef #CDEB91

Color information

#CDEB91 (or 0xCDEB91) is unknown color: approx Reef. HEX triplet: CD, EB and 91. RGB value is (205,235,145). Sum of RGB (Red+Green+Blue) = 205+235+145=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB91 is #32146E. Grayscale: #D8D8D8. Windows color (decimal): -3282031 or 9563085. OLE color: 9563085.

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

Color convert

RGB205235145-
CMYK0.1300.380.08
HSL80º69.23%74.51%-
HSV(B)80º38.3%92.16%-
XYZ6074.4437.99-
YUV215.7788.06120.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 145 (57.03% from 255) = 24.79%
R=35.04%
G=40.17%
B=24.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351450.1300.380.088069.2374.51
HexCDEB91D026850454b
Octal3153532211504610120105113
Binary110011011110101110010001110101001101000101000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB91; }

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

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

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

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

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

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

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

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