#CFEBE7

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

Shades of Foam #CFEBE7

Tints of Foam #CFEBE7

Color information

#CFEBE7 (or 0xCFEBE7) is unknown color: approx Foam. HEX triplet: CF, EB and E7. RGB value is (207,235,231). Sum of RGB (Red+Green+Blue) = 207+235+231=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBE7 is #301418. Grayscale: #E2E2E2. Windows color (decimal): -3150873 or 15199183. OLE color: 15199183.

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

Color convert

RGB207235231-
CMYK0.1200.020.08
HSL171.43º41.18%86.67%-
HSV(B)171.43º11.91%92.16%-
XYZ69.8678.4587.06-
YUV226.17130.72114.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.76%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=30.76%
G=34.92%
B=34.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352310.1200.020.08171.4341.1886.67
HexCFEBE7C028ab2957
Octal31735334714021025351127
Binary11001111111010111110011111000101000101010111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBE7; }

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

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

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

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

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

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

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

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