#CEF2CF

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

Shades of Blue Romance #CEF2CF

Tints of Blue Romance #CEF2CF

Color information

#CEF2CF (or 0xCEF2CF) is unknown color: approx Blue Romance. HEX triplet: CE, F2 and CF. RGB value is (206,242,207). Sum of RGB (Red+Green+Blue) = 206+242+207=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2CF is #310D30. Grayscale: #E3E3E3. Windows color (decimal): -3214641 or 13628110. OLE color: 13628110.

HSL color Cylindrical-coordinate representation of color #CEF2CF: hue angle of 121.67º degrees, saturation: 0.58, 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 #CEF2CF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB206242207-
CMYK0.1500.140.05
HSL121.67º58.06%87.84%-
HSV(B)121.67º14.88%94.9%-
XYZ68.4781.1371.08-
YUV227.25116.57112.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=31.45%
G=36.95%
B=31.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062422070.1500.140.05121.6758.0687.84
HexCEF2CFF0E57a3a58
Octal31636231717016517272130
Binary11001110111100101100111111110111010111110101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2CF; }

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

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

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

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

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

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

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

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