#CBEBE7

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

Shades of Foam #CBEBE7

Tints of Foam #CBEBE7

Color information

#CBEBE7 (or 0xCBEBE7) is unknown color: approx Foam. HEX triplet: CB, EB and E7. RGB value is (203,235,231). Sum of RGB (Red+Green+Blue) = 203+235+231=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBE7 is #341418. Grayscale: #E0E0E0. Windows color (decimal): -3413017 or 15199179. OLE color: 15199179.

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

Color convert

RGB203235231-
CMYK0.1400.020.08
HSL172.5º44.44%85.88%-
HSV(B)172.5º13.62%92.16%-
XYZ68.7677.8887.01-
YUV224.98131.4112.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=30.34%
G=35.13%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352310.1400.020.08172.544.4485.88
HexCBEBE7E028ac2c56
Octal31335334716021025454126
Binary11001011111010111110011111100101000101011001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBE7; }

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

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

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

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

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

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

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

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