Html Css Color HEX #DCFAE3 Cosmic Latte

📋 copy color: '#DCFAE3'

red 220 ◦ green 250 ◦ blue 227

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

Shades of Cosmic Latte #DCFAE3

Tints of Cosmic Latte #DCFAE3

RGB

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

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

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

R = 31.56%
G = 35.87%
B = 32.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#DCFAE3 (or 0xDCFAE3) is known color: Cosmic Latte. HEX triplet: DC, FA and E3. RGB value is (220,250,227). Sum of RGB (Red+Green+Blue) = 220+250+227=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAE3 is #23051C. Grayscale: #EEEEEE. Windows color (decimal): -2295069 or 14940892. OLE color: 14940892.

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

Color convert

RGB 220 250 227 -
CMYK 0.12 0 0.09 0.02
HSL 134º 0.75% 0.92% -
HSV(B) 134º 0.12% 0.98% -
XYZ 77.57 89.13 85.79 -
YUV 238.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 220 250 227 0.12 0 0.09 0.02 134 0.75 0.92
Hex DC FA E3 C 0 9 2 86 4B 5C
Octal 334 372 343 14 0 11 2 206 113 134
Binary 11011100 11111010 11100011 1100 0 1001 10 10000110 1001011 1011100

Color Harmonies of #DCFAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAE3

Black with #DCFAE3

Text Example


Text Example

White with #DCFAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAE3; }

 p { color: rgb(220,250,227); }

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

background-color css

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

 a { background-color: rgb(220,250,227); }

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

border-color css

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

 span { border-color: rgb(220,250,227); }

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