#CEEDCE

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

Shades of Blue Romance #CEEDCE

Tints of Blue Romance #CEEDCE

Color information

#CEEDCE (or 0xCEEDCE) is unknown color: approx Blue Romance. HEX triplet: CE, ED and CE. RGB value is (206,237,206). Sum of RGB (Red+Green+Blue) = 206+237+206=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDCE is #311231. Grayscale: #E0E0E0. Windows color (decimal): -3215922 or 13561294. OLE color: 13561294.

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

Color convert

RGB206237206-
CMYK0.1300.130.07
HSL120º46.27%86.86%-
HSV(B)120º13.08%92.94%-
XYZ66.8878.1569.95-
YUV224.2117.73115.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=31.74%
G=36.52%
B=31.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062372060.1300.130.0712046.2786.86
HexCEEDCED0D7782e57
Octal31635531615015717056127
Binary11001110111011011100111011010110111111110001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDCE; }

 p { color: rgb(206,237,206); }

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

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

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

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

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

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

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