#CCFCCD

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

Shades of Blue Romance #CCFCCD

Tints of Blue Romance #CCFCCD

Color information

#CCFCCD (or 0xCCFCCD) is unknown color: approx Blue Romance. HEX triplet: CC, FC and CD. RGB value is (204,252,205). Sum of RGB (Red+Green+Blue) = 204+252+205=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCCD is #330332. Grayscale: #E8E8E8. Windows color (decimal): -3343155 or 13499596. OLE color: 13499596.

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

Color convert

RGB204252205-
CMYK0.1900.190.01
HSL121.25º88.89%89.41%-
HSV(B)121.25º19.05%98.82%-
XYZ70.7386.8770.8-
YUV232.29112.6107.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=30.86%
G=38.12%
B=31.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522050.1900.190.01121.2588.8989.41
HexCCFCCD130131795959
Octal314374315230231171131131
Binary110011001111110011001101100110100111111100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCCD; }

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

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

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

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

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

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

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

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