#CEFACD

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

Shades of Blue Romance #CEFACD

Tints of Blue Romance #CEFACD

Color information

#CEFACD (or 0xCEFACD) is unknown color: approx Blue Romance. HEX triplet: CE, FA and CD. RGB value is (206,250,205). Sum of RGB (Red+Green+Blue) = 206+250+205=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFACD is #310532. Grayscale: #E7E7E7. Windows color (decimal): -3212595 or 13499086. OLE color: 13499086.

HSL color Cylindrical-coordinate representation of color #CEFACD: hue angle of 118.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFACD is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB206250205-
CMYK0.1800.180.02
HSL118.67º81.82%89.22%-
HSV(B)118.67º18%98.04%-
XYZ70.6685.970.61-
YUV231.71112.92109.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=31.16%
G=37.82%
B=31.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502050.1800.180.02118.6781.8289.22
HexCEFACD120122775259
Octal316372315220222167122131
Binary1100111011111010110011011001001001010111011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFACD; }

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

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

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

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

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

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

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

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