#CDE1A5

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

Shades of Reef #CDE1A5

Tints of Reef #CDE1A5

Color information

#CDE1A5 (or 0xCDE1A5) is unknown color: approx Reef. HEX triplet: CD, E1 and A5. RGB value is (205,225,165). Sum of RGB (Red+Green+Blue) = 205+225+165=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE1A5 is #321E5A. Grayscale: #D4D4D4. Windows color (decimal): -3284571 or 10871245. OLE color: 10871245.

HSL color Cylindrical-coordinate representation of color #CDE1A5: hue angle of 80º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDE1A5 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB205225165-
CMYK0.0900.270.12
HSL80º50%76.47%-
HSV(B)80º26.67%88.24%-
XYZ58.8969.5545.92-
YUV212.18101.37122.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 165 (64.84% from 255) = 27.73%
R=34.45%
G=37.82%
B=27.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251650.0900.270.12805076.47
HexCDE1A5901BC50324c
Octal315341245110331412062114
Binary1100110111100001101001011001011011110010100001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1A5; }

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

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

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

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

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

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

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

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