#CBEDE9

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

Shades of Foam #CBEDE9

Tints of Foam #CBEDE9

Color information

#CBEDE9 (or 0xCBEDE9) is unknown color: approx Foam. HEX triplet: CB, ED and E9. RGB value is (203,237,233). Sum of RGB (Red+Green+Blue) = 203+237+233=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDE9 is #341216. Grayscale: #E2E2E2. Windows color (decimal): -3412503 or 15330763. OLE color: 15330763.

HSL color Cylindrical-coordinate representation of color #CBEDE9: hue angle of 172.94º 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 #CBEDE9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB203237233-
CMYK0.1400.020.07
HSL172.94º48.57%86.27%-
HSV(B)172.94º14.35%92.94%-
XYZ69.6279.1588.7-
YUV226.38131.74111.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.16%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=30.16%
G=35.22%
B=34.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372330.1400.020.07172.9448.5786.27
HexCBEDE9E027ad3156
Octal3133553511602725561126
Binary1100101111101101111010011110010111101011011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDE9; }

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

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

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

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

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

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

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

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