Html Css Color HEX #DCFBE2 Cosmic Latte

📋 copy color: '#DCFBE2'

red 220 ◦ green 251 ◦ blue 226

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

Shades of Cosmic Latte #DCFBE2

Tints of Cosmic Latte #DCFBE2

RGB

 RED value IS 220 (86.33% from 255) = 31.56%

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

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

R = 31.56%
G = 36.01%
B = 32.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DCFBE2 (or 0xDCFBE2) is known color: Cosmic Latte. HEX triplet: DC, FB and E2. RGB value is (220,251,226). Sum of RGB (Red+Green+Blue) = 220+251+226=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBE2 is #23041D. Grayscale: #EEEEEE. Windows color (decimal): -2294814 or 14875612. OLE color: 14875612.

HSL color Cylindrical-coordinate representation of color #DCFBE2: hue angle of 131.61º degrees, saturation: 0.79, 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 #DCFBE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 226 -
CMYK 0.12 0 0.10 0.02
HSL 131.61º 0.79% 0.92% -
HSV(B) 131.61º 0.12% 0.98% -
XYZ 77.74 89.7 85.17 -
YUV 238.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 220 251 226 0.12 0 0.10 0.02 131.61 0.79 0.92
Hex DC FB E2 C 0 A 2 84 4F 5C
Octal 334 373 342 14 0 12 2 204 117 134
Binary 11011100 11111011 11100010 1100 0 1010 10 10000100 1001111 1011100

Color Harmonies of #DCFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBE2

Black with #DCFBE2

Text Example


Text Example

White with #DCFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBE2; }

 p { color: rgb(220,251,226); }

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

background-color css

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

 a { background-color: rgb(220,251,226); }

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

border-color css

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

 span { border-color: rgb(220,251,226); }

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