#CEFDCE

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

Shades of Blue Romance #CEFDCE

Tints of Blue Romance #CEFDCE

Color information

#CEFDCE (or 0xCEFDCE) is unknown color: approx Blue Romance. HEX triplet: CE, FD and CE. RGB value is (206,253,206). Sum of RGB (Red+Green+Blue) = 206+253+206=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDCE is #310231. Grayscale: #E9E9E9. Windows color (decimal): -3211826 or 13565390. OLE color: 13565390.

HSL color Cylindrical-coordinate representation of color #CEFDCE: hue angle of 120º degrees, saturation: 0.92, 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 #CEFDCE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB206253206-
CMYK0.1900.190.01
HSL120º92.16%90%-
HSV(B)120º18.58%99.22%-
XYZ71.7287.8371.57-
YUV233.59112.43108.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=30.98%
G=38.05%
B=30.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532060.1900.190.0112092.1690
HexCEFDCE130131785c5a
Octal316375316230231170134132
Binary110011101111110111001110100110100111111100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDCE; }

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

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

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

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

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

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

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

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