Html Css Color HEX #DDF9D5 Blue Romance

📋 copy color: '#DDF9D5'

red 221 ◦ green 249 ◦ blue 213

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

Shades of Blue Romance #DDF9D5

Tints of Blue Romance #DDF9D5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.46%

 BLUE value IS 213 (83.59% from 255) = 31.19%

R = 32.36%
G = 36.46%
B = 31.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#DDF9D5 (or 0xDDF9D5) is known color: Blue Romance. HEX triplet: DD, F9 and D5. RGB value is (221,249,213). Sum of RGB (Red+Green+Blue) = 221+249+213=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9D5 is #22062A. Grayscale: #ECECEC. Windows color (decimal): -2229803 or 14023133. OLE color: 14023133.

HSL color Cylindrical-coordinate representation of color #DDF9D5: hue angle of 106.67º degrees, saturation: 0.75, 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 #DDF9D5 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 213 -
CMYK 0.11 0 0.14 0.02
HSL 106.67º 0.75% 0.91% -
HSV(B) 106.67º 0.14% 0.98% -
XYZ 75.7 87.93 75.93 -
YUV 236.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 221 249 213 0.11 0 0.14 0.02 106.67 0.75 0.91
Hex DD F9 D5 B 0 E 2 6B 4B 5B
Octal 335 371 325 13 0 16 2 153 113 133
Binary 11011101 11111001 11010101 1011 0 1110 10 1101011 1001011 1011011

Color Harmonies of #DDF9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9D5

Black with #DDF9D5

Text Example


Text Example

White with #DDF9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9D5; }

 p { color: rgb(221,249,213); }

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

background-color css

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

 a { background-color: rgb(221,249,213); }

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

border-color css

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

 span { border-color: rgb(221,249,213); }

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