#CDEFEB

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

Shades of Foam #CDEFEB

Tints of Foam #CDEFEB

Color information

#CDEFEB (or 0xCDEFEB) is unknown color: approx Foam. HEX triplet: CD, EF and EB. RGB value is (205,239,235). Sum of RGB (Red+Green+Blue) = 205+239+235=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFEB is #321014. Grayscale: #E4E4E4. Windows color (decimal): -3280917 or 15462349. OLE color: 15462349.

HSL color Cylindrical-coordinate representation of color #CDEFEB: hue angle of 172.94º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFEB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB205239235-
CMYK0.1400.020.06
HSL172.94º51.52%87.06%-
HSV(B)172.94º14.23%93.73%-
XYZ71.0480.7190.43-
YUV228.38131.74111.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=30.19%
G=35.20%
B=34.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392350.1400.020.06172.9451.5287.06
HexCDEFEBE026ad3457
Octal3153573531602625564127
Binary1100110111101111111010111110010110101011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFEB; }

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

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

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

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

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

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

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

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