#CEF6CE

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

Shades of Blue Romance #CEF6CE

Tints of Blue Romance #CEF6CE

Color information

#CEF6CE (or 0xCEF6CE) is unknown color: approx Blue Romance. HEX triplet: CE, F6 and CE. RGB value is (206,246,206). Sum of RGB (Red+Green+Blue) = 206+246+206=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6CE is #310931. Grayscale: #E5E5E5. Windows color (decimal): -3213618 or 13563598. OLE color: 13563598.

HSL color Cylindrical-coordinate representation of color #CEF6CE: hue angle of 120º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6CE is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB206246206-
CMYK0.1600.160.04
HSL120º68.97%88.63%-
HSV(B)120º16.26%96.47%-
XYZ69.5583.4970.84-
YUV229.48114.75111.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.31%
GREEN value IS 246 (96.48% from 255) = 37.39%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=31.31%
G=37.39%
B=31.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062462060.1600.160.0412068.9788.63
HexCEF6CE100104784559
Octal316366316200204170105131
Binary11001110111101101100111010000010000100111100010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6CE; }

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

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

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

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

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

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

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

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