Html Css Color HEX #D6F1D1 Blue Romance

📋 copy color: '#D6F1D1'

red 214 ◦ green 241 ◦ blue 209

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

Shades of Blue Romance #D6F1D1

Tints of Blue Romance #D6F1D1

RGB

 RED value IS 214 (83.98% from 255) = 32.23%

 GREEN value IS 241 (94.53% from 255) = 36.3%

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

R = 32.23%
G = 36.3%
B = 31.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#D6F1D1 (or 0xD6F1D1) is known color: Blue Romance. HEX triplet: D6, F1 and D1. RGB value is (214,241,209). Sum of RGB (Red+Green+Blue) = 214+241+209=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1D1 is #290E2E. Grayscale: #E5E5E5. Windows color (decimal): -2690607 or 13758934. OLE color: 13758934.

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

Color convert

RGB 214 241 209 -
CMYK 0.11 0 0.13 0.05
HSL 110.63º 0.53% 0.88% -
HSV(B) 110.63º 0.13% 0.95% -
XYZ 70.7 81.81 72.39 -
YUV 229.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 214 241 209 0.11 0 0.13 0.05 110.63 0.53 0.88
Hex D6 F1 D1 B 0 D 5 6F 35 58
Octal 326 361 321 13 0 15 5 157 65 130
Binary 11010110 11110001 11010001 1011 0 1101 101 1101111 110101 1011000

Color Harmonies of #D6F1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F1D1

Black with #D6F1D1

Text Example


Text Example

White with #D6F1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F1D1; }

 p { color: rgb(214,241,209); }

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

background-color css

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

 a { background-color: rgb(214,241,209); }

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

border-color css

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

 span { border-color: rgb(214,241,209); }

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