Html Css Color HEX #DCFAE5 Cosmic Latte

📋 copy color: '#DCFAE5'

red 220 ◦ green 250 ◦ blue 229

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

Shades of Cosmic Latte #DCFAE5

Tints of Cosmic Latte #DCFAE5

RGB

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

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

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

R = 31.47%
G = 35.77%
B = 32.76%

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

#DCFAE5 (or 0xDCFAE5) is known color: Cosmic Latte. HEX triplet: DC, FA and E5. RGB value is (220,250,229). Sum of RGB (Red+Green+Blue) = 220+250+229=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAE5 is #23051A. Grayscale: #EEEEEE. Windows color (decimal): -2295067 or 15071964. OLE color: 15071964.

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

Color convert

RGB 220 250 229 -
CMYK 0.12 0 0.08 0.02
HSL 138º 0.75% 0.92% -
HSV(B) 138º 0.12% 0.98% -
XYZ 77.84 89.24 87.25 -
YUV 238.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 220 250 229 0.12 0 0.08 0.02 138 0.75 0.92
Hex DC FA E5 C 0 8 2 8A 4B 5C
Octal 334 372 345 14 0 10 2 212 113 134
Binary 11011100 11111010 11100101 1100 0 1000 10 10001010 1001011 1011100

Color Harmonies of #DCFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAE5

Black with #DCFAE5

Text Example


Text Example

White with #DCFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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