#CFECCE

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

Shades of Blue Romance #CFECCE

Tints of Blue Romance #CFECCE

Color information

#CFECCE (or 0xCFECCE) is unknown color: approx Blue Romance. HEX triplet: CF, EC and CE. RGB value is (207,236,206). Sum of RGB (Red+Green+Blue) = 207+236+206=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECCE is #301331. Grayscale: #DFDFDF. Windows color (decimal): -3150642 or 13561039. OLE color: 13561039.

HSL color Cylindrical-coordinate representation of color #CFECCE: hue angle of 118º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFECCE is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB207236206-
CMYK0.1200.130.07
HSL118º44.12%86.67%-
HSV(B)118º12.71%92.55%-
XYZ66.8777.7169.87-
YUV223.91117.89115.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.90%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=31.90%
G=36.36%
B=31.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072362060.1200.130.0711844.1286.67
HexCFECCEC0D7762c57
Octal31735431614015716654127
Binary11001111111011001100111011000110111111101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECCE; }

 p { color: rgb(207,236,206); }

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

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

 a { background-color: rgb(207,236,206); }

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

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

 span { border-color: rgb(207,236,206); }

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