Html Css Color HEX #DDF6D8 Blue Romance

📋 copy color: '#DDF6D8'

red 221 ◦ green 246 ◦ blue 216

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

Shades of Blue Romance #DDF6D8

Tints of Blue Romance #DDF6D8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.02%

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

R = 32.36%
G = 36.02%
B = 31.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#DDF6D8 (or 0xDDF6D8) is known color: Blue Romance. HEX triplet: DD, F6 and D8. RGB value is (221,246,216). Sum of RGB (Red+Green+Blue) = 221+246+216=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6D8 is #220927. Grayscale: #EBEBEB. Windows color (decimal): -2230568 or 14218973. OLE color: 14218973.

HSL color Cylindrical-coordinate representation of color #DDF6D8: hue angle of 110º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF6D8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 216 -
CMYK 0.10 0 0.12 0.04
HSL 110º 0.63% 0.91% -
HSV(B) 110º 0.12% 0.96% -
XYZ 75.17 86.24 77.65 -
YUV 235.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 221 246 216 0.10 0 0.12 0.04 110 0.63 0.91
Hex DD F6 D8 A 0 C 4 6E 3E 5B
Octal 335 366 330 12 0 14 4 156 76 133
Binary 11011101 11110110 11011000 1010 0 1100 100 1101110 111110 1011011

Color Harmonies of #DDF6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6D8

Black with #DDF6D8

Text Example


Text Example

White with #DDF6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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