Html Css Color HEX #D1EBCE Blue Romance

📋 copy color: '#D1EBCE'

red 209 ◦ green 235 ◦ blue 206

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

Shades of Blue Romance #D1EBCE

Tints of Blue Romance #D1EBCE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.15%

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

R = 32.15%
G = 36.15%
B = 31.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#D1EBCE (or 0xD1EBCE) is known color: Blue Romance. HEX triplet: D1, EB and CE. RGB value is (209,235,206). Sum of RGB (Red+Green+Blue) = 209+235+206=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBCE is #2E1431. Grayscale: #E0E0E0. Windows color (decimal): -3019826 or 13560785. OLE color: 13560785.

HSL color Cylindrical-coordinate representation of color #D1EBCE: hue angle of 113.79º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EBCE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 235 206 -
CMYK 0.11 0 0.12 0.08
HSL 113.79º 0.42% 0.86% -
HSV(B) 113.79º 0.12% 0.92% -
XYZ 67.14 77.43 69.8 -
YUV 223.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 209 235 206 0.11 0 0.12 0.08 113.79 0.42 0.86
Hex D1 EB CE B 0 C 8 72 2A 56
Octal 321 353 316 13 0 14 10 162 52 126
Binary 11010001 11101011 11001110 1011 0 1100 1000 1110010 101010 1010110

Color Harmonies of #D1EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EBCE

Black with #D1EBCE

Text Example


Text Example

White with #D1EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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