Html Css Color HEX #D4FAD1 Blue Romance

📋 copy color: '#D4FAD1'

red 212 ◦ green 250 ◦ blue 209

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

Shades of Blue Romance #D4FAD1

Tints of Blue Romance #D4FAD1

RGB

 RED value IS 212 (83.2% from 255) = 31.59%

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

 BLUE value IS 209 (82.03% from 255) = 31.15%

R = 31.59%
G = 37.26%
B = 31.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#D4FAD1 (or 0xD4FAD1) is known color: Blue Romance. HEX triplet: D4, FA and D1. RGB value is (212,250,209). Sum of RGB (Red+Green+Blue) = 212+250+209=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FAD1 is #2B052E. Grayscale: #EAEAEA. Windows color (decimal): -2819375 or 13761236. OLE color: 13761236.

HSL color Cylindrical-coordinate representation of color #D4FAD1: hue angle of 115.61º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FAD1 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 209 -
CMYK 0.15 0 0.16 0.02
HSL 115.61º 0.8% 0.9% -
HSV(B) 115.61º 0.16% 0.98% -
XYZ 72.85 86.97 73.27 -
YUV 233.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 212 250 209 0.15 0 0.16 0.02 115.61 0.8 0.9
Hex D4 FA D1 F 0 10 2 74 50 5A
Octal 324 372 321 17 0 20 2 164 120 132
Binary 11010100 11111010 11010001 1111 0 10000 10 1110100 1010000 1011010

Color Harmonies of #D4FAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FAD1

Black with #D4FAD1

Text Example


Text Example

White with #D4FAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FAD1; }

 p { color: rgb(212,250,209); }

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

background-color css

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

 a { background-color: rgb(212,250,209); }

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

border-color css

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

 span { border-color: rgb(212,250,209); }

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