#CFEBB1

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

Shades of Reef #CFEBB1

Tints of Reef #CFEBB1

Color information

#CFEBB1 (or 0xCFEBB1) is unknown color: approx Reef. HEX triplet: CF, EB and B1. RGB value is (207,235,177). Sum of RGB (Red+Green+Blue) = 207+235+177=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBB1 is #30144E. Grayscale: #DCDCDC. Windows color (decimal): -3150927 or 11660239. OLE color: 11660239.

HSL color Cylindrical-coordinate representation of color #CFEBB1: hue angle of 88.97º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFEBB1 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB207235177-
CMYK0.1200.250.08
HSL88.97º59.18%80.78%-
HSV(B)88.97º24.68%92.16%-
XYZ63.3875.8652.9-
YUV220.02103.72118.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 177 (69.53% from 255) = 28.59%
R=33.44%
G=37.96%
B=28.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351770.1200.250.0888.9759.1880.78
HexCFEBB1C0198593b51
Octal317353261140311013173121
Binary1100111111101011101100011100011001100010110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBB1; }

 p { color: rgb(207,235,177); }

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

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

 a { background-color: rgb(207,235,177); }

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

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

 span { border-color: rgb(207,235,177); }

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