#CFE5B1

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

Shades of Reef #CFE5B1

Tints of Reef #CFE5B1

Color information

#CFE5B1 (or 0xCFE5B1) is unknown color: approx Reef. HEX triplet: CF, E5 and B1. RGB value is (207,229,177). Sum of RGB (Red+Green+Blue) = 207+229+177=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE5B1 is #301A4E. Grayscale: #D8D8D8. Windows color (decimal): -3152463 or 11658703. OLE color: 11658703.

HSL color Cylindrical-coordinate representation of color #CFE5B1: hue angle of 85.38º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFE5B1 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB207229177-
CMYK0.1000.230.10
HSL85.38º50%79.61%-
HSV(B)85.38º22.71%89.8%-
XYZ61.6972.4852.33-
YUV216.49105.71121.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 229 (89.84% from 255) = 37.36%
BLUE value IS 177 (69.53% from 255) = 28.87%
R=33.77%
G=37.36%
B=28.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291770.1000.230.1085.385079.61
HexCFE5B1A017A553250
Octal317345261120271212562120
Binary1100111111100101101100011010010111101010101011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5B1; }

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

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

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

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

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

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

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

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