#CDE7B0

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

Shades of Reef #CDE7B0

Tints of Reef #CDE7B0

Color information

#CDE7B0 (or 0xCDE7B0) is unknown color: approx Reef. HEX triplet: CD, E7 and B0. RGB value is (205,231,176). Sum of RGB (Red+Green+Blue) = 205+231+176=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE7B0 is #32184F. Grayscale: #D9D9D9. Windows color (decimal): -3283024 or 11593677. OLE color: 11593677.

HSL color Cylindrical-coordinate representation of color #CDE7B0: hue angle of 88.36º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE7B0 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB205231176-
CMYK0.1100.240.09
HSL88.36º53.4%79.8%-
HSV(B)88.36º23.81%90.59%-
XYZ61.5973.2751.97-
YUV216.96104.89119.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 231 (90.62% from 255) = 37.75%
BLUE value IS 176 (69.14% from 255) = 28.76%
R=33.50%
G=37.75%
B=28.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311760.1100.240.0988.3653.479.8
HexCDE7B0B0189583550
Octal315347260130301113065120
Binary1100110111100111101100001011011000100110110001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7B0; }

 p { color: rgb(205,231,176); }

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

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

 a { background-color: rgb(205,231,176); }

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

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

 span { border-color: rgb(205,231,176); }

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