#CEF1CB

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

Shades of Blue Romance #CEF1CB

Tints of Blue Romance #CEF1CB

Color information

#CEF1CB (or 0xCEF1CB) is unknown color: approx Blue Romance. HEX triplet: CE, F1 and CB. RGB value is (206,241,203). Sum of RGB (Red+Green+Blue) = 206+241+203=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1CB is #310E34. Grayscale: #E2E2E2. Windows color (decimal): -3214901 or 13365710. OLE color: 13365710.

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

Color convert

RGB206241203-
CMYK0.1500.160.05
HSL115.26º57.58%87.06%-
HSV(B)115.26º15.77%94.51%-
XYZ67.6980.3468.44-
YUV226.2114.9113.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=31.69%
G=37.08%
B=31.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062412030.1500.160.05115.2657.5887.06
HexCEF1CBF0105733a57
Octal31636131317020516372127
Binary110011101111000111001011111101000010111100111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1CB; }

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

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

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

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

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

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

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

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