Html Css Color HEX #DCFCE8 Cosmic Latte

📋 copy color: '#DCFCE8'

red 220 ◦ green 252 ◦ blue 232

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

Shades of Cosmic Latte #DCFCE8

Tints of Cosmic Latte #DCFCE8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.8%

 BLUE value IS 232 (91.02% from 255) = 32.95%

R = 31.25%
G = 35.8%
B = 32.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#DCFCE8 (or 0xDCFCE8) is known color: Cosmic Latte. HEX triplet: DC, FC and E8. RGB value is (220,252,232). Sum of RGB (Red+Green+Blue) = 220+252+232=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCE8 is #230317. Grayscale: #F0F0F0. Windows color (decimal): -2294552 or 15269084. OLE color: 15269084.

HSL color Cylindrical-coordinate representation of color #DCFCE8: hue angle of 142.5º degrees, saturation: 0.84, 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 #DCFCE8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 232 -
CMYK 0.13 0 0.08 0.01
HSL 142.5º 0.84% 0.93% -
HSV(B) 142.5º 0.13% 0.99% -
XYZ 78.89 90.66 89.69 -
YUV 240.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 220 252 232 0.13 0 0.08 0.01 142.5 0.84 0.93
Hex DC FC E8 D 0 8 1 8E 54 5D
Octal 334 374 350 15 0 10 1 216 124 135
Binary 11011100 11111100 11101000 1101 0 1000 1 10001110 1010100 1011101

Color Harmonies of #DCFCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCE8

Black with #DCFCE8

Text Example


Text Example

White with #DCFCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCE8; }

 p { color: rgb(220,252,232); }

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

background-color css

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

 a { background-color: rgb(220,252,232); }

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

border-color css

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

 span { border-color: rgb(220,252,232); }

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