#CCE5CA

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

Shades of Blue Romance #CCE5CA

Tints of Blue Romance #CCE5CA

Color information

#CCE5CA (or 0xCCE5CA) is unknown color: approx Blue Romance. HEX triplet: CC, E5 and CA. RGB value is (204,229,202). Sum of RGB (Red+Green+Blue) = 204+229+202=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5CA is #331A35. Grayscale: #DADADA. Windows color (decimal): -3349046 or 13297100. OLE color: 13297100.

HSL color Cylindrical-coordinate representation of color #CCE5CA: hue angle of 115.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE5CA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB204229202-
CMYK0.1100.120.10
HSL115.56º34.18%84.51%-
HSV(B)115.56º11.79%89.8%-
XYZ63.5873.1466.64-
YUV218.45118.72117.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=32.13%
G=36.06%
B=31.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042292020.1100.120.10115.5634.1884.51
HexCCE5CAB0CA742255
Octal314345312130141216442125
Binary110011001110010111001010101101100101011101001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5CA; }

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

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

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

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

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

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

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

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