Html Css Color HEX #DDFDE8 Cosmic Latte

📋 copy color: '#DDFDE8'

red 221 ◦ green 253 ◦ blue 232

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

Shades of Cosmic Latte #DDFDE8

Tints of Cosmic Latte #DDFDE8

RGB

 RED value IS 221 (86.72% from 255) = 31.3%

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

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

R = 31.3%
G = 35.84%
B = 32.86%

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

#DDFDE8 (or 0xDDFDE8) is known color: Cosmic Latte. HEX triplet: DD, FD and E8. RGB value is (221,253,232). Sum of RGB (Red+Green+Blue) = 221+253+232=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDE8 is #220217. Grayscale: #F1F1F1. Windows color (decimal): -2228760 or 15269341. OLE color: 15269341.

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

Color convert

RGB 221 253 232 -
CMYK 0.13 0 0.08 0.01
HSL 140.63º 0.89% 0.93% -
HSV(B) 140.63º 0.13% 0.99% -
XYZ 79.51 91.45 89.8 -
YUV 241.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 221 253 232 0.13 0 0.08 0.01 140.63 0.89 0.93
Hex DD FD E8 D 0 8 1 8D 59 5D
Octal 335 375 350 15 0 10 1 215 131 135
Binary 11011101 11111101 11101000 1101 0 1000 1 10001101 1011001 1011101

Color Harmonies of #DDFDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDE8

Black with #DDFDE8

Text Example


Text Example

White with #DDFDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDE8; }

 p { color: rgb(221,253,232); }

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

background-color css

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

 a { background-color: rgb(221,253,232); }

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

border-color css

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

 span { border-color: rgb(221,253,232); }

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