#CEECCA

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

Shades of Blue Romance #CEECCA

Tints of Blue Romance #CEECCA

Color information

#CEECCA (or 0xCEECCA) is unknown color: approx Blue Romance. HEX triplet: CE, EC and CA. RGB value is (206,236,202). Sum of RGB (Red+Green+Blue) = 206+236+202=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECCA is #311335. Grayscale: #DFDFDF. Windows color (decimal): -3216182 or 13298894. OLE color: 13298894.

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

Color convert

RGB206236202-
CMYK0.1300.140.07
HSL112.94º47.22%85.88%-
HSV(B)112.94º14.41%92.55%-
XYZ66.1177.3867.33-
YUV223.15116.06115.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=31.99%
G=36.65%
B=31.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062362020.1300.140.07112.9447.2285.88
HexCEECCAD0E7712f56
Octal31635431215016716157126
Binary11001110111011001100101011010111011111100011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECCA; }

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

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

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

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

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

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

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

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