Html Css Color HEX #DBF0E2 Cosmic Latte

📋 copy color: '#DBF0E2'

red 219 ◦ green 240 ◦ blue 226

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

Shades of Cosmic Latte #DBF0E2

Tints of Cosmic Latte #DBF0E2

RGB

 RED value IS 219 (85.94% from 255) = 31.97%

 GREEN value IS 240 (94.14% from 255) = 35.04%

 BLUE value IS 226 (88.67% from 255) = 32.99%

R = 31.97%
G = 35.04%
B = 32.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#DBF0E2 (or 0xDBF0E2) is known color: Cosmic Latte. HEX triplet: DB, F0 and E2. RGB value is (219,240,226). Sum of RGB (Red+Green+Blue) = 219+240+226=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0E2 is #240F1D. Grayscale: #E8E8E8. Windows color (decimal): -2363166 or 14872795. OLE color: 14872795.

HSL color Cylindrical-coordinate representation of color #DBF0E2: hue angle of 140º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0E2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 226 -
CMYK 0.09 0 0.06 0.06
HSL 140º 0.41% 0.9% -
HSV(B) 140º 0.09% 0.94% -
XYZ 74.1 82.87 84.04 -
YUV 232.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 219 240 226 0.09 0 0.06 0.06 140 0.41 0.9
Hex DB F0 E2 9 0 6 6 8C 29 5A
Octal 333 360 342 11 0 6 6 214 51 132
Binary 11011011 11110000 11100010 1001 0 110 110 10001100 101001 1011010

Color Harmonies of #DBF0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0E2

Black with #DBF0E2

Text Example


Text Example

White with #DBF0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0E2; }

 p { color: rgb(219,240,226); }

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

background-color css

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

 a { background-color: rgb(219,240,226); }

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

border-color css

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

 span { border-color: rgb(219,240,226); }

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