#CDE5B1

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

Shades of Reef #CDE5B1

Tints of Reef #CDE5B1

Color information

#CDE5B1 (or 0xCDE5B1) is unknown color: approx Reef. HEX triplet: CD, E5 and B1. RGB value is (205,229,177). Sum of RGB (Red+Green+Blue) = 205+229+177=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5B1 is #321A4E. Grayscale: #D8D8D8. Windows color (decimal): -3283535 or 11658701. OLE color: 11658701.

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

Color convert

RGB205229177-
CMYK0.1000.230.10
HSL87.69º50%79.61%-
HSV(B)87.69º22.71%89.8%-
XYZ61.1372.1952.31-
YUV215.9106.05120.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 229 (89.84% from 255) = 37.48%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=33.55%
G=37.48%
B=28.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291770.1000.230.1087.695079.61
HexCDE5B1A017A583250
Octal315345261120271213062120
Binary1100110111100101101100011010010111101010110001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5B1; }

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

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

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

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

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

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

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

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