#CCEBCA

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

Shades of Blue Romance #CCEBCA

Tints of Blue Romance #CCEBCA

Color information

#CCEBCA (or 0xCCEBCA) is unknown color: approx Blue Romance. HEX triplet: CC, EB and CA. RGB value is (204,235,202). Sum of RGB (Red+Green+Blue) = 204+235+202=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBCA is #331435. Grayscale: #DEDEDE. Windows color (decimal): -3347510 or 13298636. OLE color: 13298636.

HSL color Cylindrical-coordinate representation of color #CCEBCA: hue angle of 116.36º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEBCA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB204235202-
CMYK0.1300.140.08
HSL116.36º45.21%85.69%-
HSV(B)116.36º14.04%92.16%-
XYZ65.2776.5267.21-
YUV221.97116.73115.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=31.83%
G=36.66%
B=31.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352020.1300.140.08116.3645.2185.69
HexCCEBCAD0E8742d56
Octal314353312150161016455126
Binary110011001110101111001010110101110100011101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBCA; }

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

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

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

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

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

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

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

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