#CEDBA4

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

Shades of Reef #CEDBA4

Tints of Reef #CEDBA4

Color information

#CEDBA4 (or 0xCEDBA4) is unknown color: approx Reef. HEX triplet: CE, DB and A4. RGB value is (206,219,164). Sum of RGB (Red+Green+Blue) = 206+219+164=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA4 is #31245B. Grayscale: #D1D1D1. Windows color (decimal): -3220572 or 10804174. OLE color: 10804174.

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

Color convert

RGB206219164-
CMYK0.0600.250.14
HSL74.18º43.31%75.1%-
HSV(B)74.18º25.11%85.88%-
XYZ57.4966.4744.92-
YUV208.84102.69125.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 164 (64.45% from 255) = 27.84%
R=34.97%
G=37.18%
B=27.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191640.0600.250.1474.1843.3175.1
HexCEDBA46019E4a2b4b
Octal31633324460311611253113
Binary110011101101101110100100110011001111010010101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBA4; }

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

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

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

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

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

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

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

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