#CDEAE7

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

Shades of Foam #CDEAE7

Tints of Foam #CDEAE7

Color information

#CDEAE7 (or 0xCDEAE7) is unknown color: approx Foam. HEX triplet: CD, EA and E7. RGB value is (205,234,231). Sum of RGB (Red+Green+Blue) = 205+234+231=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAE7 is #321518. Grayscale: #E0E0E0. Windows color (decimal): -3282201 or 15198925. OLE color: 15198925.

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

Color convert

RGB205234231-
CMYK0.1200.010.08
HSL173.79º40.85%86.08%-
HSV(B)173.79º12.39%91.76%-
XYZ69.0277.5986.94-
YUV224.99131.39113.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 231 (90.62% from 255) = 34.48%
R=30.60%
G=34.93%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342310.1200.010.08173.7940.8586.08
HexCDEAE7C018ae2956
Octal31535234714011025651126
Binary1100110111101010111001111100011000101011101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAE7; }

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

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

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

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

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

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

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

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