#CEE297

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

Shades of Reef #CEE297

Tints of Reef #CEE297

Color information

#CEE297 (or 0xCEE297) is unknown color: approx Reef. HEX triplet: CE, E2 and 97. RGB value is (206,226,151). Sum of RGB (Red+Green+Blue) = 206+226+151=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE297 is #311D68. Grayscale: #D3D3D3. Windows color (decimal): -3218793 or 9953998. OLE color: 9953998.

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

Color convert

RGB206226151-
CMYK0.0900.330.11
HSL76º56.39%73.92%-
HSV(B)76º33.19%88.63%-
XYZ58.2469.7539.67-
YUV211.4793.87124.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=35.33%
G=38.77%
B=25.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062261510.0900.330.117656.3973.92
HexCEE2979021B4c384a
Octal316342227110411311470112
Binary11001110111000101001011110010100001101110011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE297; }

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

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

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

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

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

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

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

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