#D0FCCA

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

Shades of Blue Romance #D0FCCA

Tints of Blue Romance #D0FCCA

Color information

#D0FCCA (or 0xD0FCCA) is unknown color: approx Blue Romance. HEX triplet: D0, FC and CA. RGB value is (208,252,202). Sum of RGB (Red+Green+Blue) = 208+252+202=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCCA is #2F0335. Grayscale: #E9E9E9. Windows color (decimal): -3081014 or 13302992. OLE color: 13302992.

HSL color Cylindrical-coordinate representation of color #D0FCCA: hue angle of 112.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0FCCA is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB208252202-
CMYK0.1700.200.01
HSL112.8º89.29%89.02%-
HSV(B)112.8º19.84%98.82%-
XYZ71.4887.2968.96-
YUV233.14110.42110.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.42%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=31.42%
G=38.07%
B=30.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082522020.1700.200.01112.889.2989.02
HexD0FCCA110141715959
Octal320374312210241161131131
Binary110100001111110011001010100010101001111000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCCA; }

 p { color: rgb(208,252,202); }

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

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

 a { background-color: rgb(208,252,202); }

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

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

 span { border-color: rgb(208,252,202); }

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