Html Css Color HEX #DCFDE7 Cosmic Latte

📋 copy color: '#DCFDE7'

red 220 ◦ green 253 ◦ blue 231

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

Shades of Cosmic Latte #DCFDE7

Tints of Cosmic Latte #DCFDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.81%

R = 31.25%
G = 35.94%
B = 32.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#DCFDE7 (or 0xDCFDE7) is known color: Cosmic Latte. HEX triplet: DC, FD and E7. RGB value is (220,253,231). Sum of RGB (Red+Green+Blue) = 220+253+231=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDE7 is #230218. Grayscale: #F0F0F0. Windows color (decimal): -2294297 or 15203804. OLE color: 15203804.

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

Color convert

RGB 220 253 231 -
CMYK 0.13 0 0.09 0.01
HSL 140º 0.89% 0.93% -
HSV(B) 140º 0.13% 0.99% -
XYZ 79.06 91.24 89.04 -
YUV 240.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 220 253 231 0.13 0 0.09 0.01 140 0.89 0.93
Hex DC FD E7 D 0 9 1 8C 59 5D
Octal 334 375 347 15 0 11 1 214 131 135
Binary 11011100 11111101 11100111 1101 0 1001 1 10001100 1011001 1011101

Color Harmonies of #DCFDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDE7

Black with #DCFDE7

Text Example


Text Example

White with #DCFDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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