#D0F3CF

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

Shades of Blue Romance #D0F3CF

Tints of Blue Romance #D0F3CF

Color information

#D0F3CF (or 0xD0F3CF) is unknown color: approx Blue Romance. HEX triplet: D0, F3 and CF. RGB value is (208,243,207). Sum of RGB (Red+Green+Blue) = 208+243+207=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3CF is #2F0C30. Grayscale: #E4E4E4. Windows color (decimal): -3083313 or 13628368. OLE color: 13628368.

HSL color Cylindrical-coordinate representation of color #D0F3CF: hue angle of 118.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F3CF is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB208243207-
CMYK0.1400.150.05
HSL118.33º60%88.24%-
HSV(B)118.33º14.81%95.29%-
XYZ69.3382.0271.21-
YUV228.43115.9113.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.61%
GREEN value IS 243 (95.31% from 255) = 36.93%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=31.61%
G=36.93%
B=31.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082432070.1400.150.05118.336088.24
HexD0F3CFE0F5763c58
Octal32036331716017516674130
Binary11010000111100111100111111100111110111101101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F3CF; }

 p { color: rgb(208,243,207); }

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

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

 a { background-color: rgb(208,243,207); }

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

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

 span { border-color: rgb(208,243,207); }

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