#CDECA6

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

Shades of Reef #CDECA6

Tints of Reef #CDECA6

Color information

#CDECA6 (or 0xCDECA6) is unknown color: approx Reef. HEX triplet: CD, EC and A6. RGB value is (205,236,166). Sum of RGB (Red+Green+Blue) = 205+236+166=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECA6 is #321359. Grayscale: #DADADA. Windows color (decimal): -3281754 or 10939597. OLE color: 10939597.

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

Color convert

RGB205236166-
CMYK0.1300.300.07
HSL86.57º64.81%78.82%-
HSV(B)86.57º29.66%92.55%-
XYZ62.0675.7247.42-
YUV218.7598.23118.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 166 (65.23% from 255) = 27.35%
R=33.77%
G=38.88%
B=27.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361660.1300.300.0786.5764.8178.82
HexCDECA6D01E757414f
Octal315354246150367127101117
Binary1100110111101100101001101101011110111101011110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECA6; }

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

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

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

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

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

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

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

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