Html Css Color HEX #DDF2E3 Cosmic Latte

📋 copy color: '#DDF2E3'

red 221 ◦ green 242 ◦ blue 227

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

Shades of Cosmic Latte #DDF2E3

Tints of Cosmic Latte #DDF2E3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.07%

 BLUE value IS 227 (89.06% from 255) = 32.9%

R = 32.03%
G = 35.07%
B = 32.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#DDF2E3 (or 0xDDF2E3) is known color: Cosmic Latte. HEX triplet: DD, F2 and E3. RGB value is (221,242,227). Sum of RGB (Red+Green+Blue) = 221+242+227=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E3 is #220D1C. Grayscale: #EAEAEA. Windows color (decimal): -2231581 or 14938845. OLE color: 14938845.

HSL color Cylindrical-coordinate representation of color #DDF2E3: hue angle of 137.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 227 -
CMYK 0.09 0 0.06 0.05
HSL 137.14º 0.45% 0.91% -
HSV(B) 137.14º 0.09% 0.95% -
XYZ 75.44 84.42 84.99 -
YUV 234.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 221 242 227 0.09 0 0.06 0.05 137.14 0.45 0.91
Hex DD F2 E3 9 0 6 5 89 2D 5B
Octal 335 362 343 11 0 6 5 211 55 133
Binary 11011101 11110010 11100011 1001 0 110 101 10001001 101101 1011011

Color Harmonies of #DDF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2E3

Black with #DDF2E3

Text Example


Text Example

White with #DDF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2E3; }

 p { color: rgb(221,242,227); }

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

background-color css

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

 a { background-color: rgb(221,242,227); }

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

border-color css

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

 span { border-color: rgb(221,242,227); }

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