#CDEBA7

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

Shades of Reef #CDEBA7

Tints of Reef #CDEBA7

Color information

#CDEBA7 (or 0xCDEBA7) is unknown color: approx Reef. HEX triplet: CD, EB and A7. RGB value is (205,235,167). Sum of RGB (Red+Green+Blue) = 205+235+167=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBA7 is #321458. Grayscale: #DADADA. Windows color (decimal): -3282009 or 11004877. OLE color: 11004877.

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

Color convert

RGB205235167-
CMYK0.1300.290.08
HSL86.47º62.96%78.82%-
HSV(B)86.47º28.94%92.16%-
XYZ61.8675.1947.81-
YUV218.2899.06118.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 167 (65.62% from 255) = 27.51%
R=33.77%
G=38.71%
B=27.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351670.1300.290.0886.4762.9678.82
HexCDEBA7D01D8563f4f
Octal315353247150351012677117
Binary1100110111101011101001111101011101100010101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBA7; }

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

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

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

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

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

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

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

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