Html Css Color HEX #DDFDD5 Blue Romance

📋 copy color: '#DDFDD5'

red 221 ◦ green 253 ◦ blue 213

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

Shades of Blue Romance #DDFDD5

Tints of Blue Romance #DDFDD5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.83%

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

R = 32.17%
G = 36.83%
B = 31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#DDFDD5 (or 0xDDFDD5) is known color: Blue Romance. HEX triplet: DD, FD and D5. RGB value is (221,253,213). Sum of RGB (Red+Green+Blue) = 221+253+213=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD5 is #22022A. Grayscale: #EFEFEF. Windows color (decimal): -2228779 or 14024157. OLE color: 14024157.

HSL color Cylindrical-coordinate representation of color #DDFDD5: hue angle of 108º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDFDD5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 213 -
CMYK 0.13 0 0.16 0.01
HSL 108º 0.91% 0.91% -
HSV(B) 108º 0.16% 0.99% -
XYZ 76.95 90.43 76.35 -
YUV 238.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 221 253 213 0.13 0 0.16 0.01 108 0.91 0.91
Hex DD FD D5 D 0 10 1 6C 5B 5B
Octal 335 375 325 15 0 20 1 154 133 133
Binary 11011101 11111101 11010101 1101 0 10000 1 1101100 1011011 1011011

Color Harmonies of #DDFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDD5

Black with #DDFDD5

Text Example


Text Example

White with #DDFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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