#CCF6CB

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

Shades of Blue Romance #CCF6CB

Tints of Blue Romance #CCF6CB

Color information

#CCF6CB (or 0xCCF6CB) is unknown color: approx Blue Romance. HEX triplet: CC, F6 and CB. RGB value is (204,246,203). Sum of RGB (Red+Green+Blue) = 204+246+203=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6CB is #330934. Grayscale: #E4E4E4. Windows color (decimal): -3344693 or 13366988. OLE color: 13366988.

HSL color Cylindrical-coordinate representation of color #CCF6CB: hue angle of 118.6º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF6CB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB204246203-
CMYK0.1700.170.04
HSL118.6º70.49%88.04%-
HSV(B)118.6º17.48%96.47%-
XYZ68.6483.0668.91-
YUV228.54113.59110.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 246 (96.48% from 255) = 37.67%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=31.24%
G=37.67%
B=31.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042462030.1700.170.04118.670.4988.04
HexCCF6CB110114774658
Octal314366313210214167106130
Binary11001100111101101100101110001010001100111011110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6CB; }

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

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

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

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

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

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

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

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