Html Css Color HEX #DDFAD6 Blue Romance

📋 copy color: '#DDFAD6'

red 221 ◦ green 250 ◦ blue 214

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

Shades of Blue Romance #DDFAD6

Tints of Blue Romance #DDFAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.24%

R = 32.26%
G = 36.5%
B = 31.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#DDFAD6 (or 0xDDFAD6) is known color: Blue Romance. HEX triplet: DD, FA and D6. RGB value is (221,250,214). Sum of RGB (Red+Green+Blue) = 221+250+214=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD6 is #220529. Grayscale: #EDEDED. Windows color (decimal): -2229546 or 14088925. OLE color: 14088925.

HSL color Cylindrical-coordinate representation of color #DDFAD6: hue angle of 108.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDFAD6 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 214 -
CMYK 0.12 0 0.14 0.02
HSL 108.33º 0.78% 0.91% -
HSV(B) 108.33º 0.14% 0.98% -
XYZ 76.14 88.6 76.71 -
YUV 237.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 221 250 214 0.12 0 0.14 0.02 108.33 0.78 0.91
Hex DD FA D6 C 0 E 2 6C 4E 5B
Octal 335 372 326 14 0 16 2 154 116 133
Binary 11011101 11111010 11010110 1100 0 1110 10 1101100 1001110 1011011

Color Harmonies of #DDFAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAD6

Black with #DDFAD6

Text Example


Text Example

White with #DDFAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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