#CCE9CA

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

Shades of Blue Romance #CCE9CA

Tints of Blue Romance #CCE9CA

Color information

#CCE9CA (or 0xCCE9CA) is unknown color: approx Blue Romance. HEX triplet: CC, E9 and CA. RGB value is (204,233,202). Sum of RGB (Red+Green+Blue) = 204+233+202=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9CA is #331635. Grayscale: #DCDCDC. Windows color (decimal): -3348022 or 13298124. OLE color: 13298124.

HSL color Cylindrical-coordinate representation of color #CCE9CA: hue angle of 116.13º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE9CA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB204233202-
CMYK0.1200.130.09
HSL116.13º41.33%85.29%-
HSV(B)116.13º13.3%91.37%-
XYZ64.775.3867.02-
YUV220.8117.39116.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=31.92%
G=36.46%
B=31.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042332020.1200.130.09116.1341.3385.29
HexCCE9CAC0D9742955
Octal314351312140151116451125
Binary110011001110100111001010110001101100111101001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9CA; }

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

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

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

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

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

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

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

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