Html Css Color HEX #DDF1D8 Blue Romance

📋 copy color: '#DDF1D8'

red 221 ◦ green 241 ◦ blue 216

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

Shades of Blue Romance #DDF1D8

Tints of Blue Romance #DDF1D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.86%

R = 32.6%
G = 35.55%
B = 31.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#DDF1D8 (or 0xDDF1D8) is known color: Blue Romance. HEX triplet: DD, F1 and D8. RGB value is (221,241,216). Sum of RGB (Red+Green+Blue) = 221+241+216=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D8 is #220E27. Grayscale: #E8E8E8. Windows color (decimal): -2231848 or 14217693. OLE color: 14217693.

HSL color Cylindrical-coordinate representation of color #DDF1D8: hue angle of 108º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF1D8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 216 -
CMYK 0.08 0 0.10 0.05
HSL 108º 0.47% 0.9% -
HSV(B) 108º 0.1% 0.95% -
XYZ 73.67 83.24 77.15 -
YUV 232.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 221 241 216 0.08 0 0.10 0.05 108 0.47 0.9
Hex DD F1 D8 8 0 A 5 6C 2F 5A
Octal 335 361 330 10 0 12 5 154 57 132
Binary 11011101 11110001 11011000 1000 0 1010 101 1101100 101111 1011010

Color Harmonies of #DDF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1D8

Black with #DDF1D8

Text Example


Text Example

White with #DDF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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