#CCFDCD

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

Shades of Blue Romance #CCFDCD

Tints of Blue Romance #CCFDCD

Color information

#CCFDCD (or 0xCCFDCD) is unknown color: approx Blue Romance. HEX triplet: CC, FD and CD. RGB value is (204,253,205). Sum of RGB (Red+Green+Blue) = 204+253+205=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDCD is #330232. Grayscale: #E9E9E9. Windows color (decimal): -3342899 or 13499852. OLE color: 13499852.

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

Color convert

RGB204253205-
CMYK0.1900.190.01
HSL121.22º92.45%89.61%-
HSV(B)121.22º19.37%99.22%-
XYZ71.0587.570.9-
YUV232.88112.27107.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=30.82%
G=38.22%
B=30.97%

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
Decimal2042532050.1900.190.01121.2292.4589.61
HexCCFDCD130131795c5a
Octal314375315230231171134132
Binary110011001111110111001101100110100111111100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDCD; }

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

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

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

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

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

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

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

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