#CEDE9B

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

Shades of Reef #CEDE9B

Tints of Reef #CEDE9B

Color information

#CEDE9B (or 0xCEDE9B) is unknown color: approx Reef. HEX triplet: CE, DE and 9B. RGB value is (206,222,155). Sum of RGB (Red+Green+Blue) = 206+222+155=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE9B is #312164. Grayscale: #D1D1D1. Windows color (decimal): -3219813 or 10215118. OLE color: 10215118.

HSL color Cylindrical-coordinate representation of color #CEDE9B: hue angle of 74.33º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDE9B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB206222155-
CMYK0.0700.300.13
HSL74.33º50.38%73.92%-
HSV(B)74.33º30.18%87.06%-
XYZ57.4967.7341.05-
YUV209.5897.2125.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 155 (60.94% from 255) = 26.59%
R=35.33%
G=38.08%
B=26.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221550.0700.300.1374.3350.3873.92
HexCEDE9B701ED4a324a
Octal31633623370361511262112
Binary110011101101111010011011111011110110110010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDE9B; }

 p { color: rgb(206,222,155); }

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

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

 a { background-color: rgb(206,222,155); }

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

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

 span { border-color: rgb(206,222,155); }

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