#CCEDCB

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

Shades of Blue Romance #CCEDCB

Tints of Blue Romance #CCEDCB

Color information

#CCEDCB (or 0xCCEDCB) is unknown color: approx Blue Romance. HEX triplet: CC, ED and CB. RGB value is (204,237,203). Sum of RGB (Red+Green+Blue) = 204+237+203=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDCB is #331234. Grayscale: #DFDFDF. Windows color (decimal): -3346997 or 13364684. OLE color: 13364684.

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

Color convert

RGB204237203-
CMYK0.1400.140.07
HSL118.24º48.57%86.27%-
HSV(B)118.24º14.35%92.94%-
XYZ65.9777.7268.02-
YUV223.26116.57114.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=31.68%
G=36.80%
B=31.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042372030.1400.140.07118.2448.5786.27
HexCCEDCBE0E7763156
Octal31435531316016716661126
Binary11001100111011011100101111100111011111101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDCB; }

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

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

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

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

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

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

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

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