Html Css Color HEX #DDF1EC Tranquil

📋 copy color: '#DDF1EC'

red 221 ◦ green 241 ◦ blue 236

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

Shades of Tranquil #DDF1EC

Tints of Tranquil #DDF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.53%

 BLUE value IS 236 (92.58% from 255) = 33.81%

R = 31.66%
G = 34.53%
B = 33.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#DDF1EC (or 0xDDF1EC) is known color: Tranquil. HEX triplet: DD, F1 and EC. RGB value is (221,241,236). Sum of RGB (Red+Green+Blue) = 221+241+236=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1EC is #220E13. Grayscale: #EAEAEA. Windows color (decimal): -2231828 or 15528413. OLE color: 15528413.

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

Color convert

RGB 221 241 236 -
CMYK 0.08 0 0.02 0.05
HSL 165º 0.42% 0.91% -
HSV(B) 165º 0.08% 0.95% -
XYZ 76.41 84.34 91.61 -
YUV 234.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 221 241 236 0.08 0 0.02 0.05 165 0.42 0.91
Hex DD F1 EC 8 0 2 5 A5 2A 5B
Octal 335 361 354 10 0 2 5 245 52 133
Binary 11011101 11110001 11101100 1000 0 10 101 10100101 101010 1011011

Color Harmonies of #DDF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1EC

Black with #DDF1EC

Text Example


Text Example

White with #DDF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1EC; }

 p { color: rgb(221,241,236); }

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

background-color css

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

 a { background-color: rgb(221,241,236); }

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

border-color css

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

 span { border-color: rgb(221,241,236); }

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