Html Css Color HEX #DDFAE5 Cosmic Latte

📋 copy color: '#DDFAE5'

red 221 ◦ green 250 ◦ blue 229

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

Shades of Cosmic Latte #DDFAE5

Tints of Cosmic Latte #DDFAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.71%

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

R = 31.57%
G = 35.71%
B = 32.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#DDFAE5 (or 0xDDFAE5) is known color: Cosmic Latte. HEX triplet: DD, FA and E5. RGB value is (221,250,229). Sum of RGB (Red+Green+Blue) = 221+250+229=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE5 is #22051A. Grayscale: #EEEEEE. Windows color (decimal): -2229531 or 15071965. OLE color: 15071965.

HSL color Cylindrical-coordinate representation of color #DDFAE5: hue angle of 136.55º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 229 -
CMYK 0.12 0 0.08 0.02
HSL 136.55º 0.74% 0.92% -
HSV(B) 136.55º 0.12% 0.98% -
XYZ 78.15 89.4 87.27 -
YUV 238.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 221 250 229 0.12 0 0.08 0.02 136.55 0.74 0.92
Hex DD FA E5 C 0 8 2 89 4A 5C
Octal 335 372 345 14 0 10 2 211 112 134
Binary 11011101 11111010 11100101 1100 0 1000 10 10001001 1001010 1011100

Color Harmonies of #DDFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAE5

Black with #DDFAE5

Text Example


Text Example

White with #DDFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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