Html Css Color HEX #DBFBE1 Cosmic Latte

📋 copy color: '#DBFBE1'

red 219 ◦ green 251 ◦ blue 225

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

Shades of Cosmic Latte #DBFBE1

Tints of Cosmic Latte #DBFBE1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.12%

 BLUE value IS 225 (88.28% from 255) = 32.37%

R = 31.51%
G = 36.12%
B = 32.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DBFBE1 (or 0xDBFBE1) is known color: Cosmic Latte. HEX triplet: DB, FB and E1. RGB value is (219,251,225). Sum of RGB (Red+Green+Blue) = 219+251+225=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBE1 is #24041E. Grayscale: #EEEEEE. Windows color (decimal): -2360351 or 14810075. OLE color: 14810075.

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

Color convert

RGB 219 251 225 -
CMYK 0.13 0 0.10 0.02
HSL 131.25º 0.8% 0.92% -
HSV(B) 131.25º 0.13% 0.98% -
XYZ 77.3 89.49 84.43 -
YUV 238.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 219 251 225 0.13 0 0.10 0.02 131.25 0.8 0.92
Hex DB FB E1 D 0 A 2 83 50 5C
Octal 333 373 341 15 0 12 2 203 120 134
Binary 11011011 11111011 11100001 1101 0 1010 10 10000011 1010000 1011100

Color Harmonies of #DBFBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBE1

Black with #DBFBE1

Text Example


Text Example

White with #DBFBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBE1; }

 p { color: rgb(219,251,225); }

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

background-color css

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

 a { background-color: rgb(219,251,225); }

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

border-color css

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

 span { border-color: rgb(219,251,225); }

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