#CDEBAE

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

Shades of Reef #CDEBAE

Tints of Reef #CDEBAE

Color information

#CDEBAE (or 0xCDEBAE) is unknown color: approx Reef. HEX triplet: CD, EB and AE. RGB value is (205,235,174). Sum of RGB (Red+Green+Blue) = 205+235+174=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBAE is #321451. Grayscale: #DBDBDB. Windows color (decimal): -3282002 or 11463629. OLE color: 11463629.

HSL color Cylindrical-coordinate representation of color #CDEBAE: hue angle of 89.51º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDEBAE is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB205235174-
CMYK0.1300.260.08
HSL89.51º60.4%80.2%-
HSV(B)89.51º25.96%92.16%-
XYZ62.5375.4551.31-
YUV219.08102.56117.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=33.39%
G=38.27%
B=28.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351740.1300.260.0889.5160.480.2
HexCDEBAED01A85a3c50
Octal315353256150321013274120
Binary1100110111101011101011101101011010100010110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBAE; }

 p { color: rgb(205,235,174); }

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

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

 a { background-color: rgb(205,235,174); }

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

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

 span { border-color: rgb(205,235,174); }

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