#CEF6CB

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

Shades of Blue Romance #CEF6CB

Tints of Blue Romance #CEF6CB

Color information

#CEF6CB (or 0xCEF6CB) is unknown color: approx Blue Romance. HEX triplet: CE, F6 and CB. RGB value is (206,246,203). Sum of RGB (Red+Green+Blue) = 206+246+203=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6CB is #310934. Grayscale: #E5E5E5. Windows color (decimal): -3213621 or 13366990. OLE color: 13366990.

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

Color convert

RGB206246203-
CMYK0.1600.170.04
HSL115.81º70.49%88.04%-
HSV(B)115.81º17.48%96.47%-
XYZ69.1983.3568.94-
YUV229.14113.25111.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=31.45%
G=37.56%
B=30.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062462030.1600.170.04115.8170.4988.04
HexCEF6CB100114744658
Octal316366313200214164106130
Binary11001110111101101100101110000010001100111010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6CB; }

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

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

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

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

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

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

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

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