#CBEDEB

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

Shades of Foam #CBEDEB

Tints of Foam #CBEDEB

Color information

#CBEDEB (or 0xCBEDEB) is unknown color: approx Foam. HEX triplet: CB, ED and EB. RGB value is (203,237,235). Sum of RGB (Red+Green+Blue) = 203+237+235=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDEB is #341214. Grayscale: #E2E2E2. Windows color (decimal): -3412501 or 15461835. OLE color: 15461835.

HSL color Cylindrical-coordinate representation of color #CBEDEB: hue angle of 176.47º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEDEB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB203237235-
CMYK0.1400.010.07
HSL176.47º48.57%86.27%-
HSV(B)176.47º14.35%92.94%-
XYZ69.9179.2690.21-
YUV226.61132.74111.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=30.07%
G=35.11%
B=34.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372350.1400.010.07176.4748.5786.27
HexCBEDEBE017b03156
Octal3133553531601726061126
Binary110010111110110111101011111001111101100001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDEB; }

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

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

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

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

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

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

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

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