#CEDB9A

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

Shades of Reef #CEDB9A

Tints of Reef #CEDB9A

Color information

#CEDB9A (or 0xCEDB9A) is unknown color: approx Reef. HEX triplet: CE, DB and 9A. RGB value is (206,219,154). Sum of RGB (Red+Green+Blue) = 206+219+154=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB9A is #312465. Grayscale: #CFCFCF. Windows color (decimal): -3220582 or 10148814. OLE color: 10148814.

HSL color Cylindrical-coordinate representation of color #CEDB9A: hue angle of 72º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDB9A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB206219154-
CMYK0.0600.300.14
HSL72º47.45%73.14%-
HSV(B)72º29.68%85.88%-
XYZ56.6266.1240.35-
YUV207.797.69126.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=35.58%
G=37.82%
B=26.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191540.0600.300.147247.4573.14
HexCEDB9A601EE482f49
Octal31633323260361611057111
Binary110011101101101110011010110011110111010010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB9A; }

 p { color: rgb(206,219,154); }

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

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

 a { background-color: rgb(206,219,154); }

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

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

 span { border-color: rgb(206,219,154); }

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