#CDED9B

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

Shades of Reef #CDED9B

Tints of Reef #CDED9B

Color information

#CDED9B (or 0xCDED9B) is unknown color: approx Reef. HEX triplet: CD, ED and 9B. RGB value is (205,237,155). Sum of RGB (Red+Green+Blue) = 205+237+155=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDED9B is #321264. Grayscale: #DADADA. Windows color (decimal): -3281509 or 10218957. OLE color: 10218957.

HSL color Cylindrical-coordinate representation of color #CDED9B: hue angle of 83.41º degrees, saturation: 0.69, 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 #CDED9B is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB205237155-
CMYK0.1400.350.07
HSL83.41º69.49%76.86%-
HSV(B)83.41º34.6%92.94%-
XYZ61.3875.9142.43-
YUV218.0892.4118.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 155 (60.94% from 255) = 25.96%
R=34.34%
G=39.70%
B=25.96%

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
Decimal2052371550.1400.350.0783.4169.4976.86
HexCDED9BE023753454d
Octal315355233160437123105115
Binary11001101111011011001101111100100011111101001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED9B; }

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

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

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

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

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

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

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

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