#CEF6CF

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

Shades of Blue Romance #CEF6CF

Tints of Blue Romance #CEF6CF

Color information

#CEF6CF (or 0xCEF6CF) is unknown color: approx Blue Romance. HEX triplet: CE, F6 and CF. RGB value is (206,246,207). Sum of RGB (Red+Green+Blue) = 206+246+207=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6CF is #310930. Grayscale: #E5E5E5. Windows color (decimal): -3213617 or 13629134. OLE color: 13629134.

HSL color Cylindrical-coordinate representation of color #CEF6CF: hue angle of 121.5º 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 #CEF6CF is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB206246207-
CMYK0.1600.160.04
HSL121.5º68.97%88.63%-
HSV(B)121.5º16.26%96.47%-
XYZ69.6783.5471.48-
YUV229.59115.25111.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 246 (96.48% from 255) = 37.33%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=31.26%
G=37.33%
B=31.41%

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
Decimal2062462070.1600.160.04121.568.9788.63
HexCEF6CF100104794559
Octal316366317200204171105131
Binary11001110111101101100111110000010000100111100110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6CF; }

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

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

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

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

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

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

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

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