Html Css Color HEX #DCFBE9 Cosmic Latte

📋 copy color: '#DCFBE9'

red 220 ◦ green 251 ◦ blue 233

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

Shades of Cosmic Latte #DCFBE9

Tints of Cosmic Latte #DCFBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.1%

R = 31.25%
G = 35.65%
B = 33.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#DCFBE9 (or 0xDCFBE9) is known color: Cosmic Latte. HEX triplet: DC, FB and E9. RGB value is (220,251,233). Sum of RGB (Red+Green+Blue) = 220+251+233=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBE9 is #230416. Grayscale: #EFEFEF. Windows color (decimal): -2294807 or 15334364. OLE color: 15334364.

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

Color convert

RGB 220 251 233 -
CMYK 0.12 0 0.07 0.02
HSL 145.16º 0.79% 0.92% -
HSV(B) 145.16º 0.12% 0.98% -
XYZ 78.72 90.09 90.33 -
YUV 239.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 220 251 233 0.12 0 0.07 0.02 145.16 0.79 0.92
Hex DC FB E9 C 0 7 2 91 4F 5C
Octal 334 373 351 14 0 7 2 221 117 134
Binary 11011100 11111011 11101001 1100 0 111 10 10010001 1001111 1011100

Color Harmonies of #DCFBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBE9

Black with #DCFBE9

Text Example


Text Example

White with #DCFBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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