#CCFFC8

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

Shades of Blue Romance #CCFFC8

Tints of Blue Romance #CCFFC8

Color information

#CCFFC8 (or 0xCCFFC8) is unknown color: approx Blue Romance. HEX triplet: CC, FF and C8. RGB value is (204,255,200). Sum of RGB (Red+Green+Blue) = 204+255+200=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC8 is #330037. Grayscale: #E9E9E9. Windows color (decimal): -3342392 or 13172684. OLE color: 13172684.

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

Color convert

RGB204255200-
CMYK0.200.220
HSL115.64º100%89.22%-
HSV(B)115.64º21.57%100%-
XYZ71.0988.5367.98-
YUV233.48109.1106.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 200 (78.52% from 255) = 30.35%
R=30.96%
G=38.69%
B=30.35%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552000.200.220115.6410089.22
HexCCFFC8140160746459
Octal314377310240260164144131
Binary110011001111111111001000101000101100111010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFC8; }

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

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

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

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

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

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

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

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