#CDEB9A

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

Shades of Reef #CDEB9A

Tints of Reef #CDEB9A

Color information

#CDEB9A (or 0xCDEB9A) is unknown color: approx Reef. HEX triplet: CD, EB and 9A. RGB value is (205,235,154). Sum of RGB (Red+Green+Blue) = 205+235+154=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB9A is #321465. Grayscale: #D9D9D9. Windows color (decimal): -3282022 or 10152909. OLE color: 10152909.

HSL color Cylindrical-coordinate representation of color #CDEB9A: hue angle of 82.22º 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 #CDEB9A is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB205235154-
CMYK0.1300.340.08
HSL82.22º66.94%76.27%-
HSV(B)82.22º34.47%92.16%-
XYZ60.7274.7341.8-
YUV216.892.56119.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 154 (60.55% from 255) = 25.93%
R=34.51%
G=39.56%
B=25.93%

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
Decimal2052351540.1300.340.0882.2266.9476.27
HexCDEB9AD022852434c
Octal3153532321504210122103114
Binary110011011110101110011010110101000101000101001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB9A; }

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

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

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

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

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

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

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

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