Html Css Color HEX #D1FACE Blue Romance

📋 copy color: '#D1FACE'

red 209 ◦ green 250 ◦ blue 206

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

Shades of Blue Romance #D1FACE

Tints of Blue Romance #D1FACE

RGB

 RED value IS 209 (82.03% from 255) = 31.43%

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

 BLUE value IS 206 (80.86% from 255) = 30.98%

R = 31.43%
G = 37.59%
B = 30.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#D1FACE (or 0xD1FACE) is known color: Blue Romance. HEX triplet: D1, FA and CE. RGB value is (209,250,206). Sum of RGB (Red+Green+Blue) = 209+250+206=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FACE is #2E0531. Grayscale: #E8E8E8. Windows color (decimal): -3015986 or 13564625. OLE color: 13564625.

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

Color convert

RGB 209 250 206 -
CMYK 0.16 0 0.18 0.02
HSL 115.91º 0.81% 0.89% -
HSV(B) 115.91º 0.18% 0.98% -
XYZ 71.62 86.38 71.29 -
YUV 232.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 209 250 206 0.16 0 0.18 0.02 115.91 0.81 0.89
Hex D1 FA CE 10 0 12 2 74 51 59
Octal 321 372 316 20 0 22 2 164 121 131
Binary 11010001 11111010 11001110 10000 0 10010 10 1110100 1010001 1011001

Color Harmonies of #D1FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FACE

Black with #D1FACE

Text Example


Text Example

White with #D1FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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