#CCECCA

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

Shades of Blue Romance #CCECCA

Tints of Blue Romance #CCECCA

Color information

#CCECCA (or 0xCCECCA) is unknown color: approx Blue Romance. HEX triplet: CC, EC and CA. RGB value is (204,236,202). Sum of RGB (Red+Green+Blue) = 204+236+202=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECCA is #331335. Grayscale: #DEDEDE. Windows color (decimal): -3347254 or 13298892. OLE color: 13298892.

HSL color Cylindrical-coordinate representation of color #CCECCA: hue angle of 116.47º degrees, saturation: 0.47, 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 #CCECCA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB204236202-
CMYK0.1400.140.07
HSL116.47º47.22%85.88%-
HSV(B)116.47º14.41%92.55%-
XYZ65.5677.0967.3-
YUV222.56116.4114.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=31.78%
G=36.76%
B=31.46%

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
Decimal2042362020.1400.140.07116.4747.2285.88
HexCCECCAE0E7742f56
Octal31435431216016716457126
Binary11001100111011001100101011100111011111101001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECCA; }

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

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

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

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

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

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

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

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