#CEFCCD

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

Shades of Blue Romance #CEFCCD

Tints of Blue Romance #CEFCCD

Color information

#CEFCCD (or 0xCEFCCD) is unknown color: approx Blue Romance. HEX triplet: CE, FC and CD. RGB value is (206,252,205). Sum of RGB (Red+Green+Blue) = 206+252+205=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCCD is #310332. Grayscale: #E9E9E9. Windows color (decimal): -3212083 or 13499598. OLE color: 13499598.

HSL color Cylindrical-coordinate representation of color #CEFCCD: hue angle of 118.72º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFCCD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB206252205-
CMYK0.1800.190.01
HSL118.72º88.68%89.61%-
HSV(B)118.72º18.65%98.82%-
XYZ71.2887.1570.82-
YUV232.89112.26108.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=31.07%
G=38.01%
B=30.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522050.1800.190.01118.7288.6889.61
HexCEFCCD12013177595a
Octal316374315220231167131132
Binary110011101111110011001101100100100111111011110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCCD; }

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

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

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

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

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

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

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

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