#D2F3CC

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

Shades of Blue Romance #D2F3CC

Tints of Blue Romance #D2F3CC

Color information

#D2F3CC (or 0xD2F3CC) is unknown color: approx Blue Romance. HEX triplet: D2, F3 and CC. RGB value is (210,243,204). Sum of RGB (Red+Green+Blue) = 210+243+204=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3CC is #2D0C33. Grayscale: #E4E4E4. Windows color (decimal): -2952244 or 13431762. OLE color: 13431762.

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

Color convert

RGB210243204-
CMYK0.1400.160.05
HSL110.77º61.9%87.65%-
HSV(B)110.77º16.05%95.29%-
XYZ69.5382.1669.32-
YUV228.69114.07114.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=31.96%
G=36.99%
B=31.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102432040.1400.160.05110.7761.987.65
HexD2F3CCE01056f3e58
Octal32236331416020515776130
Binary110100101111001111001100111001000010111011111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F3CC; }

 p { color: rgb(210,243,204); }

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

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

 a { background-color: rgb(210,243,204); }

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

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

 span { border-color: rgb(210,243,204); }

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