Html Css Color HEX #D9F2D5 Blue Romance

📋 copy color: '#D9F2D5'

red 217 ◦ green 242 ◦ blue 213

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

Shades of Blue Romance #D9F2D5

Tints of Blue Romance #D9F2D5

RGB

 RED value IS 217 (85.16% from 255) = 32.29%

 GREEN value IS 242 (94.92% from 255) = 36.01%

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

R = 32.29%
G = 36.01%
B = 31.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#D9F2D5 (or 0xD9F2D5) is known color: Blue Romance. HEX triplet: D9, F2 and D5. RGB value is (217,242,213). Sum of RGB (Red+Green+Blue) = 217+242+213=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2D5 is #260D2A. Grayscale: #E7E7E7. Windows color (decimal): -2493739 or 14021337. OLE color: 14021337.

HSL color Cylindrical-coordinate representation of color #D9F2D5: hue angle of 111.72º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9F2D5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 213 -
CMYK 0.10 0 0.12 0.05
HSL 111.72º 0.53% 0.89% -
HSV(B) 111.72º 0.12% 0.95% -
XYZ 72.38 83.06 75.17 -
YUV 231.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 217 242 213 0.10 0 0.12 0.05 111.72 0.53 0.89
Hex D9 F2 D5 A 0 C 5 70 35 59
Octal 331 362 325 12 0 14 5 160 65 131
Binary 11011001 11110010 11010101 1010 0 1100 101 1110000 110101 1011001

Color Harmonies of #D9F2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2D5

Black with #D9F2D5

Text Example


Text Example

White with #D9F2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2D5; }

 p { color: rgb(217,242,213); }

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

background-color css

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

 a { background-color: rgb(217,242,213); }

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

border-color css

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

 span { border-color: rgb(217,242,213); }

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