#CEEACD

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

Shades of Blue Romance #CEEACD

Tints of Blue Romance #CEEACD

Color information

#CEEACD (or 0xCEEACD) is unknown color: approx Blue Romance. HEX triplet: CE, EA and CD. RGB value is (206,234,205). Sum of RGB (Red+Green+Blue) = 206+234+205=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEACD is #311532. Grayscale: #DEDEDE. Windows color (decimal): -3216691 or 13494990. OLE color: 13494990.

HSL color Cylindrical-coordinate representation of color #CEEACD: hue angle of 117.93º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEACD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB206234205-
CMYK0.1200.120.08
HSL117.93º40.85%86.08%-
HSV(B)117.93º12.39%91.76%-
XYZ65.976.3869.03-
YUV222.32118.22116.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=31.94%
G=36.28%
B=31.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062342050.1200.120.08117.9340.8586.08
HexCEEACDC0C8762956
Octal316352315140141016651126
Binary110011101110101011001101110001100100011101101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEACD; }

 p { color: rgb(206,234,205); }

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

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

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

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

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

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

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