#CEDBA1

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

Shades of Reef #CEDBA1

Tints of Reef #CEDBA1

Color information

#CEDBA1 (or 0xCEDBA1) is unknown color: approx Reef. HEX triplet: CE, DB and A1. RGB value is (206,219,161). Sum of RGB (Red+Green+Blue) = 206+219+161=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA1 is #31245E. Grayscale: #D0D0D0. Windows color (decimal): -3220575 or 10607566. OLE color: 10607566.

HSL color Cylindrical-coordinate representation of color #CEDBA1: hue angle of 73.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB206219161-
CMYK0.0600.260.14
HSL73.45º44.62%74.51%-
HSV(B)73.45º26.48%85.88%-
XYZ57.2266.3643.51-
YUV208.5101.19126.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=35.15%
G=37.37%
B=27.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191610.0600.260.1473.4544.6274.51
HexCEDBA1601AE492d4b
Octal31633324160321611155113
Binary110011101101101110100001110011010111010010011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBA1; }

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

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

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

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

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

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

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

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