#CEDDA3

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

Shades of Reef #CEDDA3

Tints of Reef #CEDDA3

Color information

#CEDDA3 (or 0xCEDDA3) is unknown color: approx Reef. HEX triplet: CE, DD and A3. RGB value is (206,221,163). Sum of RGB (Red+Green+Blue) = 206+221+163=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA3 is #31225C. Grayscale: #D2D2D2. Windows color (decimal): -3220061 or 10739150. OLE color: 10739150.

HSL color Cylindrical-coordinate representation of color #CEDDA3: hue angle of 75.52º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDDA3 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB206221163-
CMYK0.0700.260.13
HSL75.52º46.03%75.29%-
HSV(B)75.52º26.24%86.67%-
XYZ57.9267.4844.62-
YUV209.9101.53125.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 163 (64.06% from 255) = 27.63%
R=34.92%
G=37.46%
B=27.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211630.0700.260.1375.5246.0375.29
HexCEDDA3701AD4c2e4b
Octal31633524370321511456113
Binary110011101101110110100011111011010110110011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDA3; }

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

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

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

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

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

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

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

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