#CDEB93

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

Shades of Reef #CDEB93

Tints of Reef #CDEB93

Color information

#CDEB93 (or 0xCDEB93) is unknown color: approx Reef. HEX triplet: CD, EB and 93. RGB value is (205,235,147). Sum of RGB (Red+Green+Blue) = 205+235+147=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB93 is #32146C. Grayscale: #D8D8D8. Windows color (decimal): -3282029 or 9694157. OLE color: 9694157.

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

Color convert

RGB205235147-
CMYK0.1300.370.08
HSL80.45º68.75%74.9%-
HSV(B)80.45º37.45%92.16%-
XYZ60.1574.538.81-
YUV21689.06120.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 147 (57.81% from 255) = 25.04%
R=34.92%
G=40.03%
B=25.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351470.1300.370.0880.4568.7574.9
HexCDEB93D025850454b
Octal3153532231504510120105113
Binary110011011110101110010011110101001011000101000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB93; }

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

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

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

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

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

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

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

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