#CCE1CA

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

Shades of Blue Romance #CCE1CA

Tints of Blue Romance #CCE1CA

Color information

#CCE1CA (or 0xCCE1CA) is unknown color: approx Blue Romance. HEX triplet: CC, E1 and CA. RGB value is (204,225,202). Sum of RGB (Red+Green+Blue) = 204+225+202=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1CA is #331E35. Grayscale: #D8D8D8. Windows color (decimal): -3350070 or 13296076. OLE color: 13296076.

HSL color Cylindrical-coordinate representation of color #CCE1CA: hue angle of 114.78º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE1CA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB204225202-
CMYK0.0900.100.12
HSL114.78º27.71%83.73%-
HSV(B)114.78º10.22%88.24%-
XYZ62.4970.9566.28-
YUV216.1120.04119.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=32.33%
G=35.66%
B=32.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042252020.0900.100.12114.7827.7183.73
HexCCE1CA90AC731c54
Octal314341312110121416334124
Binary11001100111000011100101010010101011001110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1CA; }

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

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

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

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

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

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

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

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