#CEF1CC

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

Shades of Blue Romance #CEF1CC

Tints of Blue Romance #CEF1CC

Color information

#CEF1CC (or 0xCEF1CC) is unknown color: approx Blue Romance. HEX triplet: CE, F1 and CC. RGB value is (206,241,204). Sum of RGB (Red+Green+Blue) = 206+241+204=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1CC is #310E33. Grayscale: #E2E2E2. Windows color (decimal): -3214900 or 13431246. OLE color: 13431246.

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

Color convert

RGB206241204-
CMYK0.1500.150.05
HSL116.76º56.92%87.25%-
HSV(B)116.76º15.35%94.51%-
XYZ67.8180.3969.07-
YUV226.32115.4113.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=31.64%
G=37.02%
B=31.34%

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
Decimal2062412040.1500.150.05116.7656.9287.25
HexCEF1CCF0F5753957
Octal31636131417017516571127
Binary11001110111100011100110011110111110111101011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1CC; }

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

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

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

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

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

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

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

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