#CDEBAD

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

Shades of Reef #CDEBAD

Tints of Reef #CDEBAD

Color information

#CDEBAD (or 0xCDEBAD) is unknown color: approx Reef. HEX triplet: CD, EB and AD. RGB value is (205,235,173). Sum of RGB (Red+Green+Blue) = 205+235+173=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBAD is #321452. Grayscale: #DBDBDB. Windows color (decimal): -3282003 or 11398093. OLE color: 11398093.

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

Color convert

RGB205235173-
CMYK0.1300.260.08
HSL89.03º60.78%80%-
HSV(B)89.03º26.38%92.16%-
XYZ62.4375.4150.8-
YUV218.96102.06118.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=33.44%
G=38.34%
B=28.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351730.1300.260.0889.0360.7880
HexCDEBADD01A8593d50
Octal315353255150321013175120
Binary1100110111101011101011011101011010100010110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBAD; }

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

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

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

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

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

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

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

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