#CEE29B

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

Shades of Reef #CEE29B

Tints of Reef #CEE29B

Color information

#CEE29B (or 0xCEE29B) is unknown color: approx Reef. HEX triplet: CE, E2 and 9B. RGB value is (206,226,155). Sum of RGB (Red+Green+Blue) = 206+226+155=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE29B is #311D64. Grayscale: #D4D4D4. Windows color (decimal): -3218789 or 10216142. OLE color: 10216142.

HSL color Cylindrical-coordinate representation of color #CEE29B: hue angle of 76.9º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEE29B is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB206226155-
CMYK0.0900.310.11
HSL76.9º55.04%74.71%-
HSV(B)76.9º31.42%88.63%-
XYZ58.5769.8841.41-
YUV211.9395.87123.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=35.09%
G=38.50%
B=26.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062261550.0900.310.1176.955.0474.71
HexCEE29B901FB4d374b
Octal316342233110371311567113
Binary1100111011100010100110111001011111101110011011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE29B; }

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

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

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

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

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

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

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

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