#CEDDAD

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

Shades of Reef #CEDDAD

Tints of Reef #CEDDAD

Color information

#CEDDAD (or 0xCEDDAD) is unknown color: approx Reef. HEX triplet: CE, DD and AD. RGB value is (206,221,173). Sum of RGB (Red+Green+Blue) = 206+221+173=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDAD is #312252. Grayscale: #D3D3D3. Windows color (decimal): -3220051 or 11394510. OLE color: 11394510.

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

Color convert

RGB206221173-
CMYK0.0700.220.13
HSL78.75º41.38%77.25%-
HSV(B)78.75º21.72%86.67%-
XYZ58.8567.8549.53-
YUV211.04106.53124.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=34.33%
G=36.83%
B=28.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211730.0700.220.1378.7541.3877.25
HexCEDDAD7016D4f294d
Octal31633525570261511751115
Binary110011101101110110101101111010110110110011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDAD; }

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

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

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

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

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

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

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

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