#D0EFCB

Color #D0EFCB Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D0EFCB

Tints of Blue Romance #D0EFCB

Color information

#D0EFCB (or 0xD0EFCB) is unknown color: approx Blue Romance. HEX triplet: D0, EF and CB. RGB value is (208,239,203). Sum of RGB (Red+Green+Blue) = 208+239+203=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFCB is #2F1034. Grayscale: #E1E1E1. Windows color (decimal): -3084341 or 13365200. OLE color: 13365200.

HSL color Cylindrical-coordinate representation of color #D0EFCB: hue angle of 111.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0EFCB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB208239203-
CMYK0.1300.150.06
HSL111.67º52.94%86.67%-
HSV(B)111.67º15.06%93.73%-
XYZ67.6679.4568.27-
YUV225.63115.23115.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=32%
G=36.77%
B=31.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392030.1300.150.06111.6752.9486.67
HexD0EFCBD0F6703557
Octal32035731315017616065127
Binary11010000111011111100101111010111111011100001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFCB; }

 p { color: rgb(208,239,203); }

 H1.HeaderClassName
 {
   color: #D0EFCB;
 }
 .AnyTagClassName
 {
   color: #D0EFCB;
 }
</style>
background-color css

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

 a { background-color: rgb(208,239,203); }

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

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

 span { border-color: rgb(208,239,203); }

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