Html Css Color HEX #DCFFEA Cosmic Latte

📋 copy color: '#DCFFEA'

red 220 ◦ green 255 ◦ blue 234

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

Shades of Cosmic Latte #DCFFEA

Tints of Cosmic Latte #DCFFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 35.97%

 BLUE value IS 234 (91.8% from 255) = 33%

R = 31.03%
G = 35.97%
B = 33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#DCFFEA (or 0xDCFFEA) is known color: Cosmic Latte. HEX triplet: DC, FF and EA. RGB value is (220,255,234). Sum of RGB (Red+Green+Blue) = 220+255+234=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFEA is #230015. Grayscale: #F2F2F2. Windows color (decimal): -2293782 or 15400924. OLE color: 15400924.

HSL color Cylindrical-coordinate representation of color #DCFFEA: hue angle of 144º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFEA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 234 -
CMYK 0.14 0 0.08 0
HSL 144º 1% 0.93% -
HSV(B) 144º 0.14% 1% -
XYZ 80.13 92.68 91.51 -
YUV 242.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 220 255 234 0.14 0 0.08 0 144 1 0.93
Hex DC FF EA E 0 8 0 90 64 5D
Octal 334 377 352 16 0 10 0 220 144 135
Binary 11011100 11111111 11101010 1110 0 1000 0 10010000 1100100 1011101

Color Harmonies of #DCFFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFEA

Black with #DCFFEA

Text Example


Text Example

White with #DCFFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFEA; }

 p { color: rgb(220,255,234); }

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

background-color css

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

 a { background-color: rgb(220,255,234); }

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

border-color css

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

 span { border-color: rgb(220,255,234); }

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