#CDECA4

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

Shades of Reef #CDECA4

Tints of Reef #CDECA4

Color information

#CDECA4 (or 0xCDECA4) is unknown color: approx Reef. HEX triplet: CD, EC and A4. RGB value is (205,236,164). Sum of RGB (Red+Green+Blue) = 205+236+164=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECA4 is #32135B. Grayscale: #DADADA. Windows color (decimal): -3281756 or 10808525. OLE color: 10808525.

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

Color convert

RGB205236164-
CMYK0.1300.310.07
HSL85.83º65.45%78.43%-
HSV(B)85.83º30.51%92.55%-
XYZ61.8775.6546.46-
YUV218.5297.23118.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=33.88%
G=39.01%
B=27.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361640.1300.310.0785.8365.4578.43
HexCDECA4D01F756414e
Octal315354244150377126101116
Binary1100110111101100101001001101011111111101011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECA4; }

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

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

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

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

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

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

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

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