#D0FDCC

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

Shades of Blue Romance #D0FDCC

Tints of Blue Romance #D0FDCC

Color information

#D0FDCC (or 0xD0FDCC) is unknown color: approx Blue Romance. HEX triplet: D0, FD and CC. RGB value is (208,253,204). Sum of RGB (Red+Green+Blue) = 208+253+204=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDCC is #2F0233. Grayscale: #EAEAEA. Windows color (decimal): -3080756 or 13434320. OLE color: 13434320.

HSL color Cylindrical-coordinate representation of color #D0FDCC: hue angle of 115.1º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0FDCC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB208253204-
CMYK0.1800.190.01
HSL115.1º92.45%89.61%-
HSV(B)115.1º19.37%99.22%-
XYZ72.0488.0270.32-
YUV233.96111.09109.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=31.28%
G=38.05%
B=30.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532040.1800.190.01115.192.4589.61
HexD0FDCC120131735c5a
Octal320375314220231163134132
Binary110100001111110111001100100100100111111001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDCC; }

 p { color: rgb(208,253,204); }

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

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

 a { background-color: rgb(208,253,204); }

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

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

 span { border-color: rgb(208,253,204); }

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