#CCECCB

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

Shades of Blue Romance #CCECCB

Tints of Blue Romance #CCECCB

Color information

#CCECCB (or 0xCCECCB) is unknown color: approx Blue Romance. HEX triplet: CC, EC and CB. RGB value is (204,236,203). Sum of RGB (Red+Green+Blue) = 204+236+203=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECCB is #331334. Grayscale: #DEDEDE. Windows color (decimal): -3347253 or 13364428. OLE color: 13364428.

HSL color Cylindrical-coordinate representation of color #CCECCB: hue angle of 118.18º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECCB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB204236203-
CMYK0.1400.140.07
HSL118.18º46.48%86.08%-
HSV(B)118.18º13.98%92.55%-
XYZ65.6877.1467.93-
YUV222.67116.9114.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=31.73%
G=36.70%
B=31.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362030.1400.140.07118.1846.4886.08
HexCCECCBE0E7762e56
Octal31435431316016716656126
Binary11001100111011001100101111100111011111101101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECCB; }

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

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

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

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

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

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

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

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