#CCE2CA

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

Shades of Blue Romance #CCE2CA

Tints of Blue Romance #CCE2CA

Color information

#CCE2CA (or 0xCCE2CA) is unknown color: approx Blue Romance. HEX triplet: CC, E2 and CA. RGB value is (204,226,202). Sum of RGB (Red+Green+Blue) = 204+226+202=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2CA is #331D35. Grayscale: #D8D8D8. Windows color (decimal): -3349814 or 13296332. OLE color: 13296332.

HSL color Cylindrical-coordinate representation of color #CCE2CA: hue angle of 115º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE2CA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB204226202-
CMYK0.1000.110.11
HSL115º29.27%83.92%-
HSV(B)115º10.62%88.63%-
XYZ62.7671.4966.37-
YUV216.69119.71118.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=32.28%
G=35.76%
B=31.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042262020.1000.110.1111529.2783.92
HexCCE2CAA0BB731d54
Octal314342312120131316335124
Binary11001100111000101100101010100101110111110011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2CA; }

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

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

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

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

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

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

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

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