#CCF8CC

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

Shades of Blue Romance #CCF8CC

Tints of Blue Romance #CCF8CC

Color information

#CCF8CC (or 0xCCF8CC) is unknown color: approx Blue Romance. HEX triplet: CC, F8 and CC. RGB value is (204,248,204). Sum of RGB (Red+Green+Blue) = 204+248+204=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8CC is #330733. Grayscale: #E5E5E5. Windows color (decimal): -3344180 or 13433036. OLE color: 13433036.

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

Color convert

RGB204248204-
CMYK0.1800.180.03
HSL120º75.86%88.63%-
HSV(B)120º17.74%97.25%-
XYZ69.3784.3369.75-
YUV229.83113.42109.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=31.10%
G=37.80%
B=31.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482040.1800.180.0312075.8688.63
HexCCF8CC120123784c59
Octal314370314220223170114131
Binary1100110011111000110011001001001001011111100010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8CC; }

 p { color: rgb(204,248,204); }

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

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

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

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

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

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

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