Html Css Color HEX #D1EDCE Blue Romance

📋 copy color: '#D1EDCE'

red 209 ◦ green 237 ◦ blue 206

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

Shades of Blue Romance #D1EDCE

Tints of Blue Romance #D1EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.35%

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

R = 32.06%
G = 36.35%
B = 31.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#D1EDCE (or 0xD1EDCE) is known color: Blue Romance. HEX triplet: D1, ED and CE. RGB value is (209,237,206). Sum of RGB (Red+Green+Blue) = 209+237+206=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDCE is #2E1231. Grayscale: #E1E1E1. Windows color (decimal): -3019314 or 13561297. OLE color: 13561297.

HSL color Cylindrical-coordinate representation of color #D1EDCE: hue angle of 114.19º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EDCE is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 206 -
CMYK 0.12 0 0.13 0.07
HSL 114.19º 0.46% 0.87% -
HSV(B) 114.19º 0.13% 0.93% -
XYZ 67.72 78.58 69.99 -
YUV 225.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 209 237 206 0.12 0 0.13 0.07 114.19 0.46 0.87
Hex D1 ED CE C 0 D 7 72 2E 57
Octal 321 355 316 14 0 15 7 162 56 127
Binary 11010001 11101101 11001110 1100 0 1101 111 1110010 101110 1010111

Color Harmonies of #D1EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDCE

Black with #D1EDCE

Text Example


Text Example

White with #D1EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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