Html Css Color HEX #DCFDE6 Cosmic Latte

📋 copy color: '#DCFDE6'

red 220 ◦ green 253 ◦ blue 230

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

Shades of Cosmic Latte #DCFDE6

Tints of Cosmic Latte #DCFDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.72%

R = 31.29%
G = 35.99%
B = 32.72%

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

#DCFDE6 (or 0xDCFDE6) is known color: Cosmic Latte. HEX triplet: DC, FD and E6. RGB value is (220,253,230). Sum of RGB (Red+Green+Blue) = 220+253+230=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDE6 is #230219. Grayscale: #F0F0F0. Windows color (decimal): -2294298 or 15138268. OLE color: 15138268.

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

Color convert

RGB 220 253 230 -
CMYK 0.13 0 0.09 0.01
HSL 138.18º 0.89% 0.93% -
HSV(B) 138.18º 0.13% 0.99% -
XYZ 78.92 91.18 88.3 -
YUV 240.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 220 253 230 0.13 0 0.09 0.01 138.18 0.89 0.93
Hex DC FD E6 D 0 9 1 8A 59 5D
Octal 334 375 346 15 0 11 1 212 131 135
Binary 11011100 11111101 11100110 1101 0 1001 1 10001010 1011001 1011101

Color Harmonies of #DCFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDE6

Black with #DCFDE6

Text Example


Text Example

White with #DCFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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