#CEE3A1

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

Shades of Reef #CEE3A1

Tints of Reef #CEE3A1

Color information

#CEE3A1 (or 0xCEE3A1) is unknown color: approx Reef. HEX triplet: CE, E3 and A1. RGB value is (206,227,161). Sum of RGB (Red+Green+Blue) = 206+227+161=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE3A1 is #311C5E. Grayscale: #D5D5D5. Windows color (decimal): -3218527 or 10609614. OLE color: 10609614.

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

Color convert

RGB206227161-
CMYK0.0900.290.11
HSL79.09º54.1%76.08%-
HSV(B)79.09º29.07%89.02%-
XYZ59.3670.6344.22-
YUV213.298.54122.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 227 (89.06% from 255) = 38.22%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=34.68%
G=38.22%
B=27.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062271610.0900.290.1179.0954.176.08
HexCEE3A1901DB4f364c
Octal316343241110351311766114
Binary1100111011100011101000011001011101101110011111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3A1; }

 p { color: rgb(206,227,161); }

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

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

 a { background-color: rgb(206,227,161); }

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

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

 span { border-color: rgb(206,227,161); }

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