Html Css Color HEX #DBF1E2 Cosmic Latte

📋 copy color: '#DBF1E2'

red 219 ◦ green 241 ◦ blue 226

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

Shades of Cosmic Latte #DBF1E2

Tints of Cosmic Latte #DBF1E2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.13%

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

R = 31.92%
G = 35.13%
B = 32.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#DBF1E2 (or 0xDBF1E2) is known color: Cosmic Latte. HEX triplet: DB, F1 and E2. RGB value is (219,241,226). Sum of RGB (Red+Green+Blue) = 219+241+226=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1E2 is #240E1D. Grayscale: #E8E8E8. Windows color (decimal): -2362910 or 14873051. OLE color: 14873051.

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

Color convert

RGB 219 241 226 -
CMYK 0.09 0 0.06 0.05
HSL 139.09º 0.44% 0.9% -
HSV(B) 139.09º 0.09% 0.95% -
XYZ 74.4 83.46 84.14 -
YUV 232.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 219 241 226 0.09 0 0.06 0.05 139.09 0.44 0.9
Hex DB F1 E2 9 0 6 5 8B 2C 5A
Octal 333 361 342 11 0 6 5 213 54 132
Binary 11011011 11110001 11100010 1001 0 110 101 10001011 101100 1011010

Color Harmonies of #DBF1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1E2

Black with #DBF1E2

Text Example


Text Example

White with #DBF1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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