#D4FDCC

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

Shades of Blue Romance #D4FDCC

Tints of Blue Romance #D4FDCC

Color information

#D4FDCC (or 0xD4FDCC) is unknown color: approx Blue Romance. HEX triplet: D4, FD and CC. RGB value is (212,253,204). Sum of RGB (Red+Green+Blue) = 212+253+204=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDCC is #2B0233. Grayscale: #EBEBEB. Windows color (decimal): -2818612 or 13434324. OLE color: 13434324.

HSL color Cylindrical-coordinate representation of color #D4FDCC: hue angle of 110.2º 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 #D4FDCC is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB212253204-
CMYK0.1600.190.01
HSL110.2º92.45%89.61%-
HSV(B)110.2º19.37%99.22%-
XYZ73.1888.6170.37-
YUV235.16110.42111.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.69%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=31.69%
G=37.82%
B=30.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122532040.1600.190.01110.292.4589.61
HexD4FDCC1001316e5c5a
Octal324375314200231156134132
Binary110101001111110111001100100000100111110111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FDCC; }

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

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

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

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

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

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

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

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