Html Css Color HEX #DAEDEB Foam

📋 copy color: '#DAEDEB'

red 218 ◦ green 237 ◦ blue 235

#DAEDEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #DAEDEB

Tints of Foam #DAEDEB

RGB

 RED value IS 218 (85.55% from 255) = 31.59%

 GREEN value IS 237 (92.97% from 255) = 34.35%

 BLUE value IS 235 (92.19% from 255) = 34.06%

R = 31.59%
G = 34.35%
B = 34.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#DAEDEB (or 0xDAEDEB) is known color: Foam. HEX triplet: DA, ED and EB. RGB value is (218,237,235). Sum of RGB (Red+Green+Blue) = 218+237+235=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEB is #251214. Grayscale: #E7E7E7. Windows color (decimal): -2429461 or 15461850. OLE color: 15461850.

HSL color Cylindrical-coordinate representation of color #DAEDEB: hue angle of 173.68º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEDEB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 235 -
CMYK 0.08 0 0.01 0.07
HSL 173.68º 0.35% 0.89% -
HSV(B) 173.68º 0.08% 0.93% -
XYZ 74.19 81.47 90.41 -
YUV 231.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 218 237 235 0.08 0 0.01 0.07 173.68 0.35 0.89
Hex DA ED EB 8 0 1 7 AE 23 59
Octal 332 355 353 10 0 1 7 256 43 131
Binary 11011010 11101101 11101011 1000 0 1 111 10101110 100011 1011001

Color Harmonies of #DAEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDEB

Black with #DAEDEB

Text Example


Text Example

White with #DAEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDEB; }

 p { color: rgb(218,237,235); }

 H1.HeaderClassName
 {
   color: #DAEDEB;
 }
 .AnyTagClassName
 {
   color: #DAEDEB;
 }
</style>

background-color css

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

 a { background-color: rgb(218,237,235); }

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

border-color css

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

 span { border-color: rgb(218,237,235); }

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