#CDEBE7

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

Shades of Foam #CDEBE7

Tints of Foam #CDEBE7

Color information

#CDEBE7 (or 0xCDEBE7) is unknown color: approx Foam. HEX triplet: CD, EB and E7. RGB value is (205,235,231). Sum of RGB (Red+Green+Blue) = 205+235+231=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBE7 is #321418. Grayscale: #E1E1E1. Windows color (decimal): -3281945 or 15199181. OLE color: 15199181.

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

Color convert

RGB205235231-
CMYK0.1300.020.08
HSL172º42.86%86.27%-
HSV(B)172º12.77%92.16%-
XYZ69.3178.1787.04-
YUV225.57131.06113.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=30.55%
G=35.02%
B=34.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352310.1300.020.0817242.8686.27
HexCDEBE7D028ac2b56
Octal31535334715021025453126
Binary11001101111010111110011111010101000101011001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBE7; }

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

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

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

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

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

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

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

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