Html Css Color HEX #DDFDE5 Cosmic Latte

📋 copy color: '#DDFDE5'

red 221 ◦ green 253 ◦ blue 229

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

Shades of Cosmic Latte #DDFDE5

Tints of Cosmic Latte #DDFDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.57%

R = 31.44%
G = 35.99%
B = 32.57%

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

#DDFDE5 (or 0xDDFDE5) is known color: Cosmic Latte. HEX triplet: DD, FD and E5. RGB value is (221,253,229). Sum of RGB (Red+Green+Blue) = 221+253+229=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDE5 is #22021A. Grayscale: #F0F0F0. Windows color (decimal): -2228763 or 15072733. OLE color: 15072733.

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

Color convert

RGB 221 253 229 -
CMYK 0.13 0 0.09 0.01
HSL 135º 0.89% 0.93% -
HSV(B) 135º 0.13% 0.99% -
XYZ 79.09 91.28 87.58 -
YUV 240.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 221 253 229 0.13 0 0.09 0.01 135 0.89 0.93
Hex DD FD E5 D 0 9 1 87 59 5D
Octal 335 375 345 15 0 11 1 207 131 135
Binary 11011101 11111101 11100101 1101 0 1001 1 10000111 1011001 1011101

Color Harmonies of #DDFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDE5

Black with #DDFDE5

Text Example


Text Example

White with #DDFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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