#CEDBA3

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

Shades of Reef #CEDBA3

Tints of Reef #CEDBA3

Color information

#CEDBA3 (or 0xCEDBA3) is unknown color: approx Reef. HEX triplet: CE, DB and A3. RGB value is (206,219,163). Sum of RGB (Red+Green+Blue) = 206+219+163=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA3 is #31245C. Grayscale: #D0D0D0. Windows color (decimal): -3220573 or 10738638. OLE color: 10738638.

HSL color Cylindrical-coordinate representation of color #CEDBA3: hue angle of 73.93º degrees, saturation: 0.44, 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 #CEDBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB206219163-
CMYK0.0600.260.14
HSL73.93º43.75%74.9%-
HSV(B)73.93º25.57%85.88%-
XYZ57.466.4344.45-
YUV208.73102.19126.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 163 (64.06% from 255) = 27.72%
R=35.03%
G=37.24%
B=27.72%

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
Decimal2062191630.0600.260.1473.9343.7574.9
HexCEDBA3601AE4a2c4b
Octal31633324360321611254113
Binary110011101101101110100011110011010111010010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBA3; }

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

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

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

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

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

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

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

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