#CCEDC9

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

Shades of Blue Romance #CCEDC9

Tints of Blue Romance #CCEDC9

Color information

#CCEDC9 (or 0xCCEDC9) is unknown color: approx Blue Romance. HEX triplet: CC, ED and C9. RGB value is (204,237,201). Sum of RGB (Red+Green+Blue) = 204+237+201=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC9 is #331236. Grayscale: #DFDFDF. Windows color (decimal): -3346999 or 13233612. OLE color: 13233612.

HSL color Cylindrical-coordinate representation of color #CCEDC9: hue angle of 115º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEDC9 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB204237201-
CMYK0.1400.150.07
HSL115º50%85.88%-
HSV(B)115º15.19%92.94%-
XYZ65.7377.6266.78-
YUV223.03115.57114.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 201 (78.91% from 255) = 31.31%
R=31.78%
G=36.92%
B=31.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042372010.1400.150.071155085.88
HexCCEDC9E0F7733256
Octal31435531116017716362126
Binary11001100111011011100100111100111111111100111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDC9; }

 p { color: rgb(204,237,201); }

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

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

 a { background-color: rgb(204,237,201); }

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

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

 span { border-color: rgb(204,237,201); }

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