Html Css Color HEX #D1EDCC Blue Romance

📋 copy color: '#D1EDCC'

red 209 ◦ green 237 ◦ blue 204

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

Shades of Blue Romance #D1EDCC

Tints of Blue Romance #D1EDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.38%

R = 32.15%
G = 36.46%
B = 31.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#D1EDCC (or 0xD1EDCC) is known color: Blue Romance. HEX triplet: D1, ED and CC. RGB value is (209,237,204). Sum of RGB (Red+Green+Blue) = 209+237+204=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDCC is #2E1233. Grayscale: #E0E0E0. Windows color (decimal): -3019316 or 13430225. OLE color: 13430225.

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

Color convert

RGB 209 237 204 -
CMYK 0.12 0 0.14 0.07
HSL 110.91º 0.48% 0.86% -
HSV(B) 110.91º 0.14% 0.93% -
XYZ 67.48 78.48 68.72 -
YUV 224.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 209 237 204 0.12 0 0.14 0.07 110.91 0.48 0.86
Hex D1 ED CC C 0 E 7 6F 30 56
Octal 321 355 314 14 0 16 7 157 60 126
Binary 11010001 11101101 11001100 1100 0 1110 111 1101111 110000 1010110

Color Harmonies of #D1EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDCC

Black with #D1EDCC

Text Example


Text Example

White with #D1EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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