Html Css Color HEX #D0EBE7 Foam

📋 copy color: '#D0EBE7'

red 208 ◦ green 235 ◦ blue 231

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

Shades of Foam #D0EBE7

Tints of Foam #D0EBE7

RGB

 RED value IS 208 (81.64% from 255) = 30.86%

 GREEN value IS 235 (92.19% from 255) = 34.87%

 BLUE value IS 231 (90.63% from 255) = 34.27%

R = 30.86%
G = 34.87%
B = 34.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#D0EBE7 (or 0xD0EBE7) is known color: Foam. HEX triplet: D0, EB and E7. RGB value is (208,235,231). Sum of RGB (Red+Green+Blue) = 208+235+231=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBE7 is #2F1418. Grayscale: #E2E2E2. Windows color (decimal): -3085337 or 15199184. OLE color: 15199184.

HSL color Cylindrical-coordinate representation of color #D0EBE7: hue angle of 171.11º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBE7 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 231 -
CMYK 0.11 0 0.02 0.08
HSL 171.11º 0.4% 0.87% -
HSV(B) 171.11º 0.11% 0.92% -
XYZ 70.14 78.6 87.07 -
YUV 226.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 208 235 231 0.11 0 0.02 0.08 171.11 0.4 0.87
Hex D0 EB E7 B 0 2 8 AB 28 57
Octal 320 353 347 13 0 2 10 253 50 127
Binary 11010000 11101011 11100111 1011 0 10 1000 10101011 101000 1010111

Color Harmonies of #D0EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBE7

Black with #D0EBE7

Text Example


Text Example

White with #D0EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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