#CDEDA7

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

Shades of Reef #CDEDA7

Tints of Reef #CDEDA7

Color information

#CDEDA7 (or 0xCDEDA7) is unknown color: approx Reef. HEX triplet: CD, ED and A7. RGB value is (205,237,167). Sum of RGB (Red+Green+Blue) = 205+237+167=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDA7 is #321258. Grayscale: #DBDBDB. Windows color (decimal): -3281497 or 11005389. OLE color: 11005389.

HSL color Cylindrical-coordinate representation of color #CDEDA7: hue angle of 87.43º degrees, saturation: 0.66, 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 #CDEDA7 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB205237167-
CMYK0.1400.300.07
HSL87.43º66.04%79.22%-
HSV(B)87.43º29.54%92.94%-
XYZ62.4476.3448-
YUV219.4598.4117.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 167 (65.62% from 255) = 27.42%
R=33.66%
G=38.92%
B=27.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371670.1400.300.0787.4366.0479.22
HexCDEDA7E01E757424f
Octal315355247160367127102117
Binary1100110111101101101001111110011110111101011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDA7; }

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

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

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

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

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

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

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

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