#CCE4CA

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

Shades of Blue Romance #CCE4CA

Tints of Blue Romance #CCE4CA

Color information

#CCE4CA (or 0xCCE4CA) is unknown color: approx Blue Romance. HEX triplet: CC, E4 and CA. RGB value is (204,228,202). Sum of RGB (Red+Green+Blue) = 204+228+202=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4CA is #331B35. Grayscale: #D9D9D9. Windows color (decimal): -3349302 or 13296844. OLE color: 13296844.

HSL color Cylindrical-coordinate representation of color #CCE4CA: hue angle of 115.38º degrees, saturation: 0.33, 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 #CCE4CA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB204228202-
CMYK0.1100.110.11
HSL115.38º32.5%84.31%-
HSV(B)115.38º11.4%89.41%-
XYZ63.3172.5966.55-
YUV217.86119.05118.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 228 (89.45% from 255) = 35.96%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=32.18%
G=35.96%
B=31.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042282020.1100.110.11115.3832.584.31
HexCCE4CAB0BB732054
Octal314344312130131316340124
Binary110011001110010011001010101101011101111100111000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4CA; }

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

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

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

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

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

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

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

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