Html Css Color HEX #DBFAE5 Cosmic Latte

📋 copy color: '#DBFAE5'

red 219 ◦ green 250 ◦ blue 229

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

Shades of Cosmic Latte #DBFAE5

Tints of Cosmic Latte #DBFAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.82%

 BLUE value IS 229 (89.84% from 255) = 32.81%

R = 31.38%
G = 35.82%
B = 32.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#DBFAE5 (or 0xDBFAE5) is known color: Cosmic Latte. HEX triplet: DB, FA and E5. RGB value is (219,250,229). Sum of RGB (Red+Green+Blue) = 219+250+229=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAE5 is #24051A. Grayscale: #EEEEEE. Windows color (decimal): -2360603 or 15071963. OLE color: 15071963.

HSL color Cylindrical-coordinate representation of color #DBFAE5: hue angle of 139.35º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 229 -
CMYK 0.12 0 0.08 0.02
HSL 139.35º 0.76% 0.92% -
HSV(B) 139.35º 0.12% 0.98% -
XYZ 77.54 89.09 87.24 -
YUV 238.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 219 250 229 0.12 0 0.08 0.02 139.35 0.76 0.92
Hex DB FA E5 C 0 8 2 8B 4C 5C
Octal 333 372 345 14 0 10 2 213 114 134
Binary 11011011 11111010 11100101 1100 0 1000 10 10001011 1001100 1011100

Color Harmonies of #DBFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAE5

Black with #DBFAE5

Text Example


Text Example

White with #DBFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAE5; }

 p { color: rgb(219,250,229); }

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

background-color css

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

 a { background-color: rgb(219,250,229); }

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

border-color css

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

 span { border-color: rgb(219,250,229); }

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