#CCEDCA

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

Shades of Blue Romance #CCEDCA

Tints of Blue Romance #CCEDCA

Color information

#CCEDCA (or 0xCCEDCA) is unknown color: approx Blue Romance. HEX triplet: CC, ED and CA. RGB value is (204,237,202). Sum of RGB (Red+Green+Blue) = 204+237+202=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDCA is #331235. Grayscale: #DFDFDF. Windows color (decimal): -3346998 or 13299148. OLE color: 13299148.

HSL color Cylindrical-coordinate representation of color #CCEDCA: hue angle of 116.57º degrees, saturation: 0.49, 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 #CCEDCA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB204237202-
CMYK0.1400.150.07
HSL116.57º49.3%86.08%-
HSV(B)116.57º14.77%92.94%-
XYZ65.8577.6767.4-
YUV223.14116.07114.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=31.73%
G=36.86%
B=31.42%

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
Decimal2042372020.1400.150.07116.5749.386.08
HexCCEDCAE0F7753156
Octal31435531216017716561126
Binary11001100111011011100101011100111111111101011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDCA; }

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

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

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

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

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

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

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

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