#CCF1CC

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

Shades of Blue Romance #CCF1CC

Tints of Blue Romance #CCF1CC

Color information

#CCF1CC (or 0xCCF1CC) is unknown color: approx Blue Romance. HEX triplet: CC, F1 and CC. RGB value is (204,241,204). Sum of RGB (Red+Green+Blue) = 204+241+204=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1CC is #330E33. Grayscale: #E1E1E1. Windows color (decimal): -3345972 or 13431244. OLE color: 13431244.

HSL color Cylindrical-coordinate representation of color #CCF1CC: hue angle of 120º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1CC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB204241204-
CMYK0.1500.150.05
HSL120º56.92%87.25%-
HSV(B)120º15.35%94.51%-
XYZ67.2680.1169.04-
YUV225.72115.74112.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=31.43%
G=37.13%
B=31.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412040.1500.150.0512056.9287.25
HexCCF1CCF0F5783957
Octal31436131417017517071127
Binary11001100111100011100110011110111110111110001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1CC; }

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

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

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

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

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

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

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

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