#CCFFCE

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

Shades of Blue Romance #CCFFCE

Tints of Blue Romance #CCFFCE

Color information

#CCFFCE (or 0xCCFFCE) is unknown color: approx Blue Romance. HEX triplet: CC, FF and CE. RGB value is (204,255,206). Sum of RGB (Red+Green+Blue) = 204+255+206=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFCE is #330031. Grayscale: #EAEAEA. Windows color (decimal): -3342386 or 13565900. OLE color: 13565900.

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

Color convert

RGB204255206-
CMYK0.200.190
HSL122.35º100%90%-
HSV(B)122.35º20%100%-
XYZ71.888.8171.75-
YUV234.16112.1106.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=30.68%
G=38.35%
B=30.98%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552060.200.190122.3510090
HexCCFFCE1401307a645a
Octal314377316240230172144132
Binary110011001111111111001110101000100110111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFCE; }

 p { color: rgb(204,255,206); }

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

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

 a { background-color: rgb(204,255,206); }

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

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

 span { border-color: rgb(204,255,206); }

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