#CEF3CF

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

Shades of Blue Romance #CEF3CF

Tints of Blue Romance #CEF3CF

Color information

#CEF3CF (or 0xCEF3CF) is unknown color: approx Blue Romance. HEX triplet: CE, F3 and CF. RGB value is (206,243,207). Sum of RGB (Red+Green+Blue) = 206+243+207=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3CF is #310C30. Grayscale: #E3E3E3. Windows color (decimal): -3214385 or 13628366. OLE color: 13628366.

HSL color Cylindrical-coordinate representation of color #CEF3CF: hue angle of 121.62º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF3CF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB206243207-
CMYK0.1500.150.05
HSL121.62º60.66%88.04%-
HSV(B)121.62º15.23%95.29%-
XYZ68.7781.7371.18-
YUV227.83116.24112.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=31.40%
G=37.04%
B=31.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062432070.1500.150.05121.6260.6688.04
HexCEF3CFF0F57a3d58
Octal31636331717017517275130
Binary11001110111100111100111111110111110111110101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3CF; }

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

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

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

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

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

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

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

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