Html Css Color HEX #D2EBE7 Foam

📋 copy color: '#D2EBE7'

red 210 ◦ green 235 ◦ blue 231

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

Shades of Foam #D2EBE7

Tints of Foam #D2EBE7

RGB

 RED value IS 210 (82.42% from 255) = 31.07%

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

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

R = 31.07%
G = 34.76%
B = 34.17%

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

#D2EBE7 (or 0xD2EBE7) is known color: Foam. HEX triplet: D2, EB and E7. RGB value is (210,235,231). Sum of RGB (Red+Green+Blue) = 210+235+231=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBE7 is #2D1418. Grayscale: #E3E3E3. Windows color (decimal): -2954265 or 15199186. OLE color: 15199186.

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

Color convert

RGB 210 235 231 -
CMYK 0.11 0 0.02 0.08
HSL 170.4º 0.38% 0.87% -
HSV(B) 170.4º 0.11% 0.92% -
XYZ 70.71 78.89 87.1 -
YUV 227.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 210 235 231 0.11 0 0.02 0.08 170.4 0.38 0.87
Hex D2 EB E7 B 0 2 8 AA 26 57
Octal 322 353 347 13 0 2 10 252 46 127
Binary 11010010 11101011 11100111 1011 0 10 1000 10101010 100110 1010111

Color Harmonies of #D2EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBE7

Black with #D2EBE7

Text Example


Text Example

White with #D2EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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