#CDEB9B

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

Shades of Reef #CDEB9B

Tints of Reef #CDEB9B

Color information

#CDEB9B (or 0xCDEB9B) is unknown color: approx Reef. HEX triplet: CD, EB and 9B. RGB value is (205,235,155). Sum of RGB (Red+Green+Blue) = 205+235+155=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB9B is #321464. Grayscale: #D9D9D9. Windows color (decimal): -3282021 or 10218445. OLE color: 10218445.

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

Color convert

RGB205235155-
CMYK0.1300.340.08
HSL82.5º66.67%76.47%-
HSV(B)82.5º34.04%92.16%-
XYZ60.874.7642.24-
YUV216.9193.06119.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=34.45%
G=39.50%
B=26.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351550.1300.340.0882.566.6776.47
HexCDEB9BD022852434c
Octal3153532331504210122103114
Binary110011011110101110011011110101000101000101001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB9B; }

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

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

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

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

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

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

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

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