Html Css Color HEX #DCFDE2 Cosmic Latte

📋 copy color: '#DCFDE2'

red 220 ◦ green 253 ◦ blue 226

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

Shades of Cosmic Latte #DCFDE2

Tints of Cosmic Latte #DCFDE2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.19%

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

R = 31.47%
G = 36.19%
B = 32.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#DCFDE2 (or 0xDCFDE2) is known color: Cosmic Latte. HEX triplet: DC, FD and E2. RGB value is (220,253,226). Sum of RGB (Red+Green+Blue) = 220+253+226=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDE2 is #23021D. Grayscale: #F0F0F0. Windows color (decimal): -2294302 or 14876124. OLE color: 14876124.

HSL color Cylindrical-coordinate representation of color #DCFDE2: hue angle of 130.91º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFDE2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 226 -
CMYK 0.13 0 0.11 0.01
HSL 130.91º 0.89% 0.93% -
HSV(B) 130.91º 0.13% 0.99% -
XYZ 78.37 90.96 85.38 -
YUV 240.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 220 253 226 0.13 0 0.11 0.01 130.91 0.89 0.93
Hex DC FD E2 D 0 B 1 83 59 5D
Octal 334 375 342 15 0 13 1 203 131 135
Binary 11011100 11111101 11100010 1101 0 1011 1 10000011 1011001 1011101

Color Harmonies of #DCFDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDE2

Black with #DCFDE2

Text Example


Text Example

White with #DCFDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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