#CDED9A

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

Shades of Reef #CDED9A

Tints of Reef #CDED9A

Color information

#CDED9A (or 0xCDED9A) is unknown color: approx Reef. HEX triplet: CD, ED and 9A. RGB value is (205,237,154). Sum of RGB (Red+Green+Blue) = 205+237+154=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDED9A is #321265. Grayscale: #DADADA. Windows color (decimal): -3281510 or 10153421. OLE color: 10153421.

HSL color Cylindrical-coordinate representation of color #CDED9A: hue angle of 83.13º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDED9A is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB205237154-
CMYK0.1400.350.07
HSL83.13º69.75%76.67%-
HSV(B)83.13º35.02%92.94%-
XYZ61.2975.8841.99-
YUV217.9791.9118.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 237 (92.97% from 255) = 39.77%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=34.40%
G=39.77%
B=25.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371540.1400.350.0783.1369.7576.67
HexCDED9AE023753464d
Octal315355232160437123106115
Binary11001101111011011001101011100100011111101001110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED9A; }

 p { color: rgb(205,237,154); }

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

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

 a { background-color: rgb(205,237,154); }

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

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

 span { border-color: rgb(205,237,154); }

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