#CDEBE9

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

Shades of Foam #CDEBE9

Tints of Foam #CDEBE9

Color information

#CDEBE9 (or 0xCDEBE9) is unknown color: approx Foam. HEX triplet: CD, EB and E9. RGB value is (205,235,233). Sum of RGB (Red+Green+Blue) = 205+235+233=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBE9 is #321416. Grayscale: #E1E1E1. Windows color (decimal): -3281943 or 15330253. OLE color: 15330253.

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

Color convert

RGB205235233-
CMYK0.1300.010.08
HSL176º42.86%86.27%-
HSV(B)176º12.77%92.16%-
XYZ69.5978.2888.53-
YUV225.8132.06113.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=30.46%
G=34.92%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352330.1300.010.0817642.8686.27
HexCDEBE9D018b02b56
Octal31535335115011026053126
Binary1100110111101011111010011101011000101100001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBE9; }

 p { color: rgb(205,235,233); }

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

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

 a { background-color: rgb(205,235,233); }

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

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

 span { border-color: rgb(205,235,233); }

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