#CDE7A5

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

Shades of Reef #CDE7A5

Tints of Reef #CDE7A5

Color information

#CDE7A5 (or 0xCDE7A5) is unknown color: approx Reef. HEX triplet: CD, E7 and A5. RGB value is (205,231,165). Sum of RGB (Red+Green+Blue) = 205+231+165=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE7A5 is #32185A. Grayscale: #D7D7D7. Windows color (decimal): -3283035 or 10872781. OLE color: 10872781.

HSL color Cylindrical-coordinate representation of color #CDE7A5: hue angle of 83.64º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDE7A5 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB205231165-
CMYK0.1100.290.09
HSL83.64º57.89%77.65%-
HSV(B)83.64º28.57%90.59%-
XYZ60.5472.8546.47-
YUV215.799.39120.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 231 (90.62% from 255) = 38.44%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=34.11%
G=38.44%
B=27.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311650.1100.290.0983.6457.8977.65
HexCDE7A5B01D9543a4e
Octal315347245130351112472116
Binary1100110111100111101001011011011101100110101001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7A5; }

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

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

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

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

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

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

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

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