Html Css Color HEX #DDFAE2 Cosmic Latte

📋 copy color: '#DDFAE2'

red 221 ◦ green 250 ◦ blue 226

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

Shades of Cosmic Latte #DDFAE2

Tints of Cosmic Latte #DDFAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.42%

R = 31.71%
G = 35.87%
B = 32.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DDFAE2 (or 0xDDFAE2) is known color: Cosmic Latte. HEX triplet: DD, FA and E2. RGB value is (221,250,226). Sum of RGB (Red+Green+Blue) = 221+250+226=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE2 is #22051D. Grayscale: #EEEEEE. Windows color (decimal): -2229534 or 14875357. OLE color: 14875357.

HSL color Cylindrical-coordinate representation of color #DDFAE2: hue angle of 130.34º 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 #DDFAE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 226 -
CMYK 0.12 0 0.10 0.02
HSL 130.34º 0.74% 0.92% -
HSV(B) 130.34º 0.12% 0.98% -
XYZ 77.73 89.23 85.08 -
YUV 238.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 221 250 226 0.12 0 0.10 0.02 130.34 0.74 0.92
Hex DD FA E2 C 0 A 2 82 4A 5C
Octal 335 372 342 14 0 12 2 202 112 134
Binary 11011101 11111010 11100010 1100 0 1010 10 10000010 1001010 1011100

Color Harmonies of #DDFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAE2

Black with #DDFAE2

Text Example


Text Example

White with #DDFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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