Html Css Color HEX #DBF3E2 Cosmic Latte

📋 copy color: '#DBF3E2'

red 219 ◦ green 243 ◦ blue 226

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

Shades of Cosmic Latte #DBF3E2

Tints of Cosmic Latte #DBF3E2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.32%

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

R = 31.83%
G = 35.32%
B = 32.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#DBF3E2 (or 0xDBF3E2) is known color: Cosmic Latte. HEX triplet: DB, F3 and E2. RGB value is (219,243,226). Sum of RGB (Red+Green+Blue) = 219+243+226=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3E2 is #240C1D. Grayscale: #E9E9E9. Windows color (decimal): -2362398 or 14873563. OLE color: 14873563.

HSL color Cylindrical-coordinate representation of color #DBF3E2: hue angle of 137.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3E2 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 226 -
CMYK 0.10 0 0.07 0.05
HSL 137.5º 0.5% 0.91% -
HSV(B) 137.5º 0.1% 0.95% -
XYZ 74.99 84.65 84.34 -
YUV 233.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 219 243 226 0.10 0 0.07 0.05 137.5 0.5 0.91
Hex DB F3 E2 A 0 7 5 8A 32 5B
Octal 333 363 342 12 0 7 5 212 62 133
Binary 11011011 11110011 11100010 1010 0 111 101 10001010 110010 1011011

Color Harmonies of #DBF3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF3E2

Black with #DBF3E2

Text Example


Text Example

White with #DBF3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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