#CCFACD

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

Shades of Blue Romance #CCFACD

Tints of Blue Romance #CCFACD

Color information

#CCFACD (or 0xCCFACD) is unknown color: approx Blue Romance. HEX triplet: CC, FA and CD. RGB value is (204,250,205). Sum of RGB (Red+Green+Blue) = 204+250+205=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACD is #330532. Grayscale: #E7E7E7. Windows color (decimal): -3343667 or 13499084. OLE color: 13499084.

HSL color Cylindrical-coordinate representation of color #CCFACD: hue angle of 121.3º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFACD is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB204250205-
CMYK0.1800.180.02
HSL121.3º82.14%89.02%-
HSV(B)121.3º18.4%98.04%-
XYZ70.1185.6270.59-
YUV231.12113.26108.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=30.96%
G=37.94%
B=31.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502050.1800.180.02121.382.1489.02
HexCCFACD120122795259
Octal314372315220222171122131
Binary1100110011111010110011011001001001010111100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFACD; }

 p { color: rgb(204,250,205); }

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

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

 a { background-color: rgb(204,250,205); }

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

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

 span { border-color: rgb(204,250,205); }

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