#CDE5AB

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

Shades of Reef #CDE5AB

Tints of Reef #CDE5AB

Color information

#CDE5AB (or 0xCDE5AB) is unknown color: approx Reef. HEX triplet: CD, E5 and AB. RGB value is (205,229,171). Sum of RGB (Red+Green+Blue) = 205+229+171=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5AB is #321A54. Grayscale: #D7D7D7. Windows color (decimal): -3283541 or 11265485. OLE color: 11265485.

HSL color Cylindrical-coordinate representation of color #CDE5AB: hue angle of 84.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE5AB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB205229171-
CMYK0.1000.250.10
HSL84.83º52.73%78.43%-
HSV(B)84.83º25.33%89.8%-
XYZ60.5571.9649.23-
YUV215.21103.05120.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=33.88%
G=37.85%
B=28.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291710.1000.250.1084.8352.7378.43
HexCDE5ABA019A55354e
Octal315345253120311212565116
Binary1100110111100101101010111010011001101010101011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5AB; }

 p { color: rgb(205,229,171); }

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

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

 a { background-color: rgb(205,229,171); }

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

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

 span { border-color: rgb(205,229,171); }

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