#CDECA7

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

Shades of Reef #CDECA7

Tints of Reef #CDECA7

Color information

#CDECA7 (or 0xCDECA7) is unknown color: approx Reef. HEX triplet: CD, EC and A7. RGB value is (205,236,167). Sum of RGB (Red+Green+Blue) = 205+236+167=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECA7 is #321358. Grayscale: #DBDBDB. Windows color (decimal): -3281753 or 11005133. OLE color: 11005133.

HSL color Cylindrical-coordinate representation of color #CDECA7: hue angle of 86.96º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDECA7 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB205236167-
CMYK0.1300.290.07
HSL86.96º64.49%79.02%-
HSV(B)86.96º29.24%92.55%-
XYZ62.1575.7647.91-
YUV218.8698.73118.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 236 (92.58% from 255) = 38.82%
BLUE value IS 167 (65.62% from 255) = 27.47%
R=33.72%
G=38.82%
B=27.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361670.1300.290.0786.9664.4979.02
HexCDECA7D01D757404f
Octal315354247150357127100117
Binary1100110111101100101001111101011101111101011110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECA7; }

 p { color: rgb(205,236,167); }

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

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

 a { background-color: rgb(205,236,167); }

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

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

 span { border-color: rgb(205,236,167); }

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