Html Css Color HEX #DBF2E3 Cosmic Latte

📋 copy color: '#DBF2E3'

red 219 ◦ green 242 ◦ blue 227

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

Shades of Cosmic Latte #DBF2E3

Tints of Cosmic Latte #DBF2E3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.17%

 BLUE value IS 227 (89.06% from 255) = 32.99%

R = 31.83%
G = 35.17%
B = 32.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#DBF2E3 (or 0xDBF2E3) is known color: Cosmic Latte. HEX triplet: DB, F2 and E3. RGB value is (219,242,227). Sum of RGB (Red+Green+Blue) = 219+242+227=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2E3 is #240D1C. Grayscale: #E9E9E9. Windows color (decimal): -2362653 or 14938843. OLE color: 14938843.

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

Color convert

RGB 219 242 227 -
CMYK 0.10 0 0.06 0.05
HSL 140.87º 0.47% 0.9% -
HSV(B) 140.87º 0.1% 0.95% -
XYZ 74.83 84.11 84.96 -
YUV 233.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 219 242 227 0.10 0 0.06 0.05 140.87 0.47 0.9
Hex DB F2 E3 A 0 6 5 8D 2F 5A
Octal 333 362 343 12 0 6 5 215 57 132
Binary 11011011 11110010 11100011 1010 0 110 101 10001101 101111 1011010

Color Harmonies of #DBF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2E3

Black with #DBF2E3

Text Example


Text Example

White with #DBF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2E3; }

 p { color: rgb(219,242,227); }

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

background-color css

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

 a { background-color: rgb(219,242,227); }

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

border-color css

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

 span { border-color: rgb(219,242,227); }

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