#CDEBA5

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

Shades of Reef #CDEBA5

Tints of Reef #CDEBA5

Color information

#CDEBA5 (or 0xCDEBA5) is unknown color: approx Reef. HEX triplet: CD, EB and A5. RGB value is (205,235,165). Sum of RGB (Red+Green+Blue) = 205+235+165=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBA5 is #32145A. Grayscale: #DADADA. Windows color (decimal): -3282011 or 10873805. OLE color: 10873805.

HSL color Cylindrical-coordinate representation of color #CDEBA5: hue angle of 85.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDEBA5 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB205235165-
CMYK0.1300.300.08
HSL85.71º63.64%78.43%-
HSV(B)85.71º29.79%92.16%-
XYZ61.6875.1146.84-
YUV218.0598.06118.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=33.88%
G=38.84%
B=27.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351650.1300.300.0885.7163.6478.43
HexCDEBA5D01E856404e
Octal3153532451503610126100116
Binary11001101111010111010010111010111101000101011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBA5; }

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

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

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

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

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

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

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

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