#CCF1CB

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

Shades of Blue Romance #CCF1CB

Tints of Blue Romance #CCF1CB

Color information

#CCF1CB (or 0xCCF1CB) is unknown color: approx Blue Romance. HEX triplet: CC, F1 and CB. RGB value is (204,241,203). Sum of RGB (Red+Green+Blue) = 204+241+203=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1CB is #330E34. Grayscale: #E1E1E1. Windows color (decimal): -3345973 or 13365708. OLE color: 13365708.

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

Color convert

RGB204241203-
CMYK0.1500.160.05
HSL118.42º57.58%87.06%-
HSV(B)118.42º15.77%94.51%-
XYZ67.1480.0668.41-
YUV225.6115.24112.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 203 (79.69% from 255) = 31.33%
R=31.48%
G=37.19%
B=31.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412030.1500.160.05118.4257.5887.06
HexCCF1CBF0105763a57
Octal31436131317020516672127
Binary110011001111000111001011111101000010111101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1CB; }

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

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

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

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

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

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

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

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