#CDE4B1

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

Shades of Reef #CDE4B1

Tints of Reef #CDE4B1

Color information

#CDE4B1 (or 0xCDE4B1) is unknown color: approx Reef. HEX triplet: CD, E4 and B1. RGB value is (205,228,177). Sum of RGB (Red+Green+Blue) = 205+228+177=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4B1 is #321B4E. Grayscale: #D7D7D7. Windows color (decimal): -3283791 or 11658445. OLE color: 11658445.

HSL color Cylindrical-coordinate representation of color #CDE4B1: hue angle of 87.06º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDE4B1 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB205228177-
CMYK0.1000.220.11
HSL87.06º48.57%79.41%-
HSV(B)87.06º22.37%89.41%-
XYZ60.8671.6452.22-
YUV215.31106.38120.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 228 (89.45% from 255) = 37.38%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=33.61%
G=37.38%
B=29.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281770.1000.220.1187.0648.5779.41
HexCDE4B1A016B57314f
Octal315344261120261312761117
Binary1100110111100100101100011010010110101110101111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4B1; }

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

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

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

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

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

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

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

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